| Overview | Module | Use | Devguide | Index |
| Nested Modules | Services | Singletons | Interfaces | Structs | Exceptions | Enums | Typedefs | Constant Groups |
| 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 |
| SimpleLogRing | This service allows to log the events in a ring of specified size. |
| Singletons | |
| DocumentIOLogRing | This singleton is intended to log the IO events related to loading/storing of documents. |
| 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 |
| XSimpleLogRing | a simple log ring allowing to collect a limited number of last events |
| Structs | |
| LogRecord | assembles the complete information about a to-be-logged event |
| Constant Groups | |
| LogLevel | specifies levels to distinguish between severities of logged events |
Copyright © 2010 Sun Microsystems, Inc.