|
|||||||||
| Home >> All >> org >> progeeks >> util >> [ log overview ] | PREV NEXT | ||||||||
C
- category - Variable in class org.progeeks.util.log.Log
- The log4j Category that this instance of Log writes to
D
- DEFAULT_CONFIG - Static variable in class org.progeeks.util.log.Log
- debug(Object) - Method in class org.progeeks.util.log.Log
- Log a message at the debug priority level.
- debug(Object, Throwable) - Method in class org.progeeks.util.log.Log
- Log a message at the debug priority level including the stack trace of the specified Throwable.
E
- end() - Static method in class org.progeeks.util.log.Log
- Threads should call this to remove the diagnostic context before exitting.
- error(Object) - Method in class org.progeeks.util.log.Log
- Log a message at the error priority level.
- error(Object, Throwable) - Method in class org.progeeks.util.log.Log
- Log a message at the error priority level including the stack trace of the specified Throwable.
F
- fatal(Object) - Method in class org.progeeks.util.log.Log
- Log a message at the fatal priority level.
- fatal(Object, Throwable) - Method in class org.progeeks.util.log.Log
- Log a message at the fatal priority level including the stack trace of the specified Throwable.
G
- getCategoryName() - Method in class org.progeeks.util.log.Log
- Returns the current category name for this Log instance.
- getDefaultConfiguration() - Static method in class org.progeeks.util.log.Log
- Uses dynamic class loading and refelection to attempt to get the configuration class.
- getLog(String) - Static method in class org.progeeks.util.log.Log
- Gets a log instance for writing messages of the specified category.
- getLog(Class) - Static method in class org.progeeks.util.log.Log
- Shorthand for getLog( c.getName() );
I
- info(Object) - Method in class org.progeeks.util.log.Log
- Log a message at the info priority level.
- info(Object, Throwable) - Method in class org.progeeks.util.log.Log
- Log a message at the info priority level including the stack trace of the specified Throwable.
- initialize() - Static method in class org.progeeks.util.log.Log
- Initializes the Logger with basic configuration.
- initialized - Static variable in class org.progeeks.util.log.Log
- Flag set to true if the log class has been initialized.
- isDebugEnabled() - Method in class org.progeeks.util.log.Log
- Returns true if the current category is logging at the debug level.
- isInfoEnabled() - Method in class org.progeeks.util.log.Log
- Returns true if the current category is logging at the info level.
K
- KEY_LOG_CONFIG - Static variable in class org.progeeks.util.log.Log
L
- Log - class org.progeeks.util.log.Log.
- System logging class.
- Log(Category) - Constructor for class org.progeeks.util.log.Log
O
- org.progeeks.util.log - package org.progeeks.util.log
P
- pop() - Static method in class org.progeeks.util.log.Log
- Clients should call this method before leaving a diagnostic context.
- push(String) - Static method in class org.progeeks.util.log.Log
- Pushes a new diagnostic context onto the context stack.
W
- warn(Object) - Method in class org.progeeks.util.log.Log
- Log a message at the warn priority level.
- warn(Object, Throwable) - Method in class org.progeeks.util.log.Log
- Log a message at the warn priority level including the stack trace of the specified Throwable.
C D E F G I K L O P W
|
|||||||||
| Home >> All >> org >> progeeks >> util >> [ log overview ] | PREV NEXT | ||||||||