14 [[
"cpp:header-ext:h",
"objc:header-dir:objc",
"js:ice-build"]]
15 [[
"cpp:include:list"]]
110 [
"cpp:type:std::list<LogMessage>"]
The Ice core library.
Definition: BuiltinSequences.ice:15
long timestamp
The date and time when the Logger received this message, expressed as the number of microseconds sinc...
Definition: RemoteLogger.ice:86
The Logger received an error message.
Definition: RemoteLogger.ice:54
The Ice remote logger interface.
Definition: RemoteLogger.ice:121
sequence< LogMessageType > LogMessageTypeSeq
A sequence of LogMessageType.
Definition: RemoteLogger.ice:63
LogMessageType
An enumeration representing the different types of log messages.
Definition: RemoteLogger.ice:26
The interface of the admin object that allows an Ice application the attach its RemoteLogger to the L...
Definition: RemoteLogger.ice:160
A complete log message.
Definition: RemoteLogger.ice:71
The Logger received a print message.
Definition: RemoteLogger.ice:33
The Logger received a warning message.
Definition: RemoteLogger.ice:47
LogMessageType type
The type of message sent to the Logger.
Definition: RemoteLogger.ice:78
The Logger received a trace message.
Definition: RemoteLogger.ice:40
sequence< string > StringSeq
A sequence of strings.
Definition: BuiltinSequences.ice:40
string message
The log message itself.
Definition: RemoteLogger.ice:101
Thrown when the provided RemoteLogger was previously attached to a LoggerAdmin.
Definition: RemoteLogger.ice:150
sequence< LogMessage > LogMessageSeq
A sequence of LogMessage.
Definition: RemoteLogger.ice:111
string traceCategory
For a message of type trace, the trace category of this log message; otherwise, the empty string...
Definition: RemoteLogger.ice:94