20 #ifndef __com_sun_star_logging_LogRecord_idl__
21 #define __com_sun_star_logging_LogRecord_idl__
26 module com { module sun { module star { module logging {
string SourceClassName
specifies the name of the class, in which the record was logged.
Definition: LogRecord.idl:45
hyper SequenceNumber
specifies the number of the log event.
Definition: LogRecord.idl:66
represents a combined date+time value.
Definition: DateTime.idl:28
string Message
specifies the to-be-logged message
Definition: LogRecord.idl:55
long Level
specifies the level of the log event
Definition: LogRecord.idl:75
string SourceMethodName
specifies the name of the method, in which the record was logged.
Definition: LogRecord.idl:52
assembles the complete information about a to-be-logged event
Definition: LogRecord.idl:35
::com::sun::star::util::DateTime LogTime
specifies the time at which the event was logged
Definition: LogRecord.idl:59
string ThreadID
specifies the ID of the thread in which the event was logged
Definition: LogRecord.idl:69
string LoggerName
specifies the name of the logger at which the record is logged
Definition: LogRecord.idl:38