java.lang.Object
com.zeroc.Ice.LoggerAdmin.GetLogResult
- Enclosing interface:
- LoggerAdmin
Holds the result of operation getLog.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe prefix of the associated local logger.The Log messages. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.GetLogResult
(LogMessage[] returnValue, String prefix) This constructor makes shallow copies of the results for operation getLog. -
Method Summary
Modifier and TypeMethodDescriptionvoid
read
(InputStream istr) Unmarshals the result of the getLog operation.void
write
(OutputStream ostr) Marshals the result for the getLog operation.
-
Field Details
-
returnValue
The Log messages. -
prefix
The prefix of the associated local logger.
-
-
Constructor Details
-
GetLogResult
public GetLogResult()Default constructor. -
GetLogResult
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
-
write
Marshals the result for the getLog operation.- Parameters:
ostr
- the output stream to write this result to
-
read
Unmarshals the result of the getLog operation.- Parameters:
istr
- the input stream to read this result from
-