LibreOffice
LibreOffice 24.2 SDK API Reference
|
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 More... | |
string | SourceClassName |
specifies the name of the class, in which the record was logged. More... | |
string | SourceMethodName |
specifies the name of the method, in which the record was logged. More... | |
string | Message |
specifies the to-be-logged message More... | |
::com::sun::star::util::DateTime | LogTime |
specifies the time at which the event was logged More... | |
hyper | SequenceNumber |
specifies the number of the log event. More... | |
string | ThreadID |
specifies the ID of the thread in which the event was logged More... | |
long | Level |
specifies the level of the log event More... | |
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