21module
com { module sun { module star { module logging {
Definition Ambiguous.idl:20
assembles the complete information about a to-be-logged event
Definition LogRecord.idl:31
string SourceMethodName
specifies the name of the method, in which the record was logged.
Definition LogRecord.idl:47
string SourceClassName
specifies the name of the class, in which the record was logged.
Definition LogRecord.idl:40
string Message
specifies the to-be-logged message
Definition LogRecord.idl:50
hyper SequenceNumber
specifies the number of the log event.
Definition LogRecord.idl:61
::com::sun::star::util::DateTime LogTime
specifies the time at which the event was logged
Definition LogRecord.idl:54
long Level
specifies the level of the log event
Definition LogRecord.idl:70
string ThreadID
specifies the ID of the thread in which the event was logged
Definition LogRecord.idl:64
string LoggerName
specifies the name of the logger at which the record is logged
Definition LogRecord.idl:33
represents a combined date+time value.
Definition DateTime.idl:27