|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.cmw.LoggerFactory
public class LoggerFactory
A factory for the Logger objects. This is a base class for various concrete logger factories. By implementing your own logger class and a corresponding logger factory you can connect the CMW logging API to a specific logging mechanism.
log4j
Constructor Summary | |
---|---|
LoggerFactory()
Constructor |
Method Summary | |
---|---|
Logger |
createLogger(String name)
Creates and returns a logger object. |
void |
destroy()
Closes the logging system and releases all related resources. |
String |
getType()
Returns a string identifier of the underlying logging mechanism. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggerFactory()
Method Detail |
---|
public Logger createLogger(String name)
public String getType()
public void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |