:: com :: sun :: star ::

module logging

Services
ConsoleHandler specifies a component implementing a log handler whose output channel is the processes console.
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.
XLogFormatter specifies the interface to be used for formatting log records
XLogHandler provides possibilites to send LogRecord s 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 @seealso XLogger
Constant Groups
LogLevel specifies levels to distinguish between severities of logged events
Top of Page