|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.aglets.log.LogInitializer
Abstract class for logging system initializers. Used to obtain the proper LogCategory implementation. Implementers of this class will also intialize the logging system backend statically. An Aglets server should load the desired logging implementation dynamically in the first few lines of it's main routine.
Field Summary | |
protected static LogInitializer |
m_instance
Singleton. |
Constructor Summary | |
LogInitializer()
|
Method Summary | |
static LogCategory |
getCategory(java.lang.String categoryName)
Create a category in the logging hierachry. |
protected LogCategory |
getCategoryImpl(java.lang.String name)
Gets the CategoryImpl attribute of the LogInitializer object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static LogInitializer m_instance
Constructor Detail |
public LogInitializer()
Method Detail |
protected LogCategory getCategoryImpl(java.lang.String name)
name
- Description of Parameterpublic static LogCategory getCategory(java.lang.String categoryName)
categoryName
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |