LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
LogRecord Struct 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...
 

Detailed Description

assembles the complete information about a to-be-logged event

See also
XLogger
Since
OOo 2.3

Member Data Documentation

◆ Level

long Level

specifies the level of the log event

See also
LogLevel

◆ LoggerName

string LoggerName

specifies the name of the logger at which the record is logged

◆ LogTime

specifies the time at which the event was logged

◆ Message

string Message

specifies the to-be-logged message

◆ SequenceNumber

hyper SequenceNumber

specifies the number of the log event.

Subsequent events get assigned increasing sequence numbers by the XLogger at which they're logged.

◆ SourceClassName

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.

◆ SourceMethodName

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.

◆ ThreadID

string ThreadID

specifies the ID of the thread in which the event was logged


The documentation for this struct was generated from the following file: