|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
See:
Description
| Interface Summary | |
| Logger | The `Logger' interface for MMBase. |
| Class Summary | |
| Level | This class is a kind of `enum' type, for logging priorities. |
| Logging | With this class the logging is configured and it supplies the `Logger' objects. |
| Performance | This program is meant to show the performance of the org.mmbase.util.logging classes. |
| SimpleImpl | A very simple implementation of Logger. |
| TestConfig | Class TestConfig |
The MMBase logging infrastructure. The main classes of this package are `Logger', which provides the interface for logging implementations (because the precise implementation is pluggable), and 'Logging', which takes care of the configuration and setting up of the logging system.
Another import class is 'Level' which describes the possible logging levels currently known by MMBase.
SimpleImpl is the most basic implementation of `Logger' but a more sophisticated one, based on log4j, can be found in a subpackage.
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||