|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pt.digitalis.log.Logger
public class Logger
Simple centralizing Logger class. This class instantiates a Logger for all logging needs.
Constructor Summary | |
---|---|
Logger()
|
Method Summary | |
---|---|
static ILogWrapper |
getLogger()
Gets the logger object |
static ILogWrapper |
getLogger(LogLevel level)
Gets the logger object and sets the logLevel |
static ILogWrapper |
getLogger(String loggerName,
LogLevel level)
Gets the logger object and sets the logLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Logger()
Method Detail |
---|
public static ILogWrapper getLogger()
public static ILogWrapper getLogger(LogLevel level)
level
- the log level to set
public static ILogWrapper getLogger(String loggerName, LogLevel level)
loggerName
- the name of the loggerlevel
- the log level to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |