Package com.zeroc.Ice

Class LoggerAdmin.GetLogResult

java.lang.Object
com.zeroc.Ice.LoggerAdmin.GetLogResult
Enclosing interface:
LoggerAdmin

public static class LoggerAdmin.GetLogResult extends Object
Holds the result of operation getLog.
  • Field Details

    • returnValue

      public LogMessage[] returnValue
      The Log messages.
    • prefix

      public String prefix
      The prefix of the associated local logger.
  • Constructor Details

    • GetLogResult

      public GetLogResult()
      Default constructor.
    • GetLogResult

      public GetLogResult(LogMessage[] returnValue, String prefix)
      This constructor makes shallow copies of the results for operation GetLog.
      Parameters:
      returnValue - The Log messages.
      prefix - The prefix of the associated local logger.
  • Method Details