|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.logging.LogManager
Manager to load and initialize log4j
| Field Summary | |
protected static boolean |
initialized
Deprecated. |
protected static org.apache.log4j.Logger |
setupLog
Deprecated. |
protected static LogManager |
theManager
Deprecated. |
| Constructor Summary | |
protected |
LogManager()
Deprecated. |
| Method Summary | |
static void |
destroy()
Deprecated. Method that destroys the Logging system so we can reload all the classes |
static LogManager |
getInstance()
Deprecated. Singleton instance Constructs the LogManager if it doesn't exist yet,
and returns a handle to it. |
static void |
instantiate()
Deprecated. Call this function at the beginning of your application to initialize all the logging facilities. |
static void |
reInitialize()
Deprecated. Reinitializes the system. |
static org.apache.log4j.Category |
setupLog()
Deprecated. Return a basic log that can be used |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static LogManager theManager
protected static boolean initialized
protected static org.apache.log4j.Logger setupLog
| Constructor Detail |
protected LogManager()
| Method Detail |
public static void reInitialize()
public static void instantiate()
public static LogManager getInstance()
Singleton instance Constructs the LogManager if it doesn't exist yet,
and returns a handle to it.
Note: LogManager.getInstance() should not be called
until ConfigManager has read the configuration file since that contains
the locationg of the logging directories and configuration directories.
public static void destroy()
public static org.apache.log4j.Category setupLog()
|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||