assembles the complete information about a to-be-logged event More...
import "LogRecord.idl";
Public Attributes | |
string | LoggerName |
specifies the name of the logger at which the record is logged | |
string | SourceClassName |
specifies the name of the class, in which the record was logged. | |
string | SourceMethodName |
specifies the name of the method, in which the record was logged. | |
string | Message |
specifies the to-be-logged message | |
::com::sun::star::util::DateTime | LogTime |
specifies the time at which the event was logged | |
hyper | SequenceNumber |
specifies the number of the log event. | |
string | ThreadID |
specifies the ID of the thread in which the event was logged | |
long | Level |
specifies the level of the log event | |
long Level |
specifies the level of the log event
string LoggerName |
specifies the name of the logger at which the record is logged
::com::sun::star::util::DateTime LogTime |
specifies the time at which the event was logged
string Message |
specifies the to-be-logged message
hyper SequenceNumber |
specifies the number of the log event.
Subsequent events get assigned increasing sequence numbers by the XLogger at which they're logged.
string SourceClassName |
specifies the name of the class, in which the record was logged.
This name might be empty, in case the caller to one of the various log
methods of XLogger did not specify it.
string SourceMethodName |
specifies the name of the method, in which the record was logged.
This name might be empty, in case the caller to one of the various log
methods of XLogger did not specify it.
string ThreadID |
specifies the ID of the thread in which the event was logged