Static Public Member Functions | |
| void | configure (String file) |
| synchronized LoggerFactory | getLoggerFactory () |
| void | reset () |
| PrintWriter | getLogWriter (String topic) |
| LevelFactory | getLevelFactory () |
| Logger | getLogger (String topic) |
Static Public Attributes | |
| final String | JONAS_DB_PREFIX = "org.objectweb.jonas.db" |
Sebastien Chassande-Barrioz sebastien.chassande@inrialpes.fr
Philippe Durieux
Florent Benoit & Ludovic Bert
Adriana Danes : change MBean implementation model from inheritance to delegation
Definition at line 66 of file Log.java.
|
|
Configure Logger
|
|
|
Shortcut that returns the LevelFactory |
|
|
Shortcut to get the Logger by its topic name.
|
|
|
It returns the unique LoggerFactory used in JOnAS. initialize it if not already done. |
|
|
Returns the standard PrintWriter associated to the logger defined by its topic. This is mainly used for DBM and Connectors. |
|
|
Reset logger factory |
|
|
Prefix for DB service (for example hsqldb service) |
1.3.9.1