|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.lancs.relate.trigger.tools.LoggingManager
public class LoggingManager
Manages the debug level of loggers.
| Field Summary | |
|---|---|
static java.util.logging.Level |
debugLevel
Defines how much debug information is to be printed to the console. |
| Constructor Summary | |
|---|---|
LoggingManager()
|
|
| Method Summary | |
|---|---|
static java.util.logging.Logger |
createLogger(java.lang.String name)
Creates a new logger with the default options set in this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.util.logging.Level debugLevel
| Constructor Detail |
|---|
public LoggingManager()
| Method Detail |
|---|
public static java.util.logging.Logger createLogger(java.lang.String name)
name - name of the logger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||