:: com :: sun :: star ::

module logging

Services
ConsoleHandler specifies a component implementing a log handler whose output channel is the processes console.
CsvLogFormatter specifies a service which formats log records for RFC4180-style CSV-Files
FileHandler specifies a component implementing a log handler whose output channel is a file.
PlainTextFormatter specifies a service which formats log records as single line plain text
Singletons
LoggerPool the global pool of named XLogger instances
Interfaces
XConsoleHandler implemented by a log handler whose output channel is the processes console.
XCsvLogFormatter specifies the interface used for formatting log records for RFC4180 csv output
XLogFormatter specifies the interface to be used for formatting log records
XLogHandler provides possibilites to send LogRecords to an arbitrary output channel.
XLogger implemented by a component which is able to log events.
XLoggerPool implements a pool for named XLogger instances
Structs
LogRecord assembles the complete information about a to-be-logged event
Constant Groups
LogLevel specifies levels to distinguish between severities of logged events
Top of Page