LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Classes
com::sun::star::logging Module Reference

logging of events. More...

Constant Groups

constants  LogLevel
 specifies levels to distinguish between severities of logged events
 

Classes

service  ConsoleHandler
 specifies a component implementing a log handler whose output channel is the processes console. More...
 
service  CsvLogFormatter
 specifies a service which formats log records for RFC4180-style CSV-Files More...
 
service  FileHandler
 specifies a component implementing a log handler whose output channel is a file. More...
 
singleton  LoggerPool
 the global pool of named XLogger instances More...
 
struct  LogRecord
 assembles the complete information about a to-be-logged event More...
 
service  PlainTextFormatter
 specifies a service which formats log records as single line plain text More...
 
service  SimpleTextFormatter
 specifies a service which formats log records as single line plain text More...
 
interface  XConsoleHandler
 implemented by a log handler whose output channel is the processes console. More...
 
interface  XCsvLogFormatter
 specifies the interface used for formatting log records for RFC4180 CSV output More...
 
interface  XLogFormatter
 specifies the interface to be used for formatting log records More...
 
interface  XLogger
 implemented by a component which is able to log events. More...
 
interface  XLoggerPool
 implements a pool for named XLogger instances More...
 
interface  XLogHandler
 provides possibilities to send LogRecords to an arbitrary output channel. More...
 

Detailed Description

logging of events.