|
JBoss Modules 1.1.2.GA | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description

| Interface Summary | |
|---|---|
| ModuleLogger | A simple Logger abstraction. |
| Class Summary | |
|---|---|
| JDKModuleLogger | A ModuleLogger which logs to a JDK logging category. |
| NoopModuleLogger | A ModuleLogger implementation that does not log. |
| StreamModuleLogger | A ModuleLogger implementation that logs all output (including trace) to an output or print stream. |
The logging interface for JBoss Modules. Logging is abstracted in order to support logging services being provided
by a module. To change the logger in use, use the Module.setModuleLogger(ModuleLogger) method.
See ModuleLogger for the logging contract.
|
JBoss Modules 1.1.2.GA | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||