|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.util.log.LoggerFactory
public class LoggerFactory
The factory for ILogger
instances.
Constructor Summary | |
---|---|
LoggerFactory()
|
Method Summary | |
---|---|
static ILogger |
getLogger(java.lang.Class pClass)
Returns a logger instance to be used by the given class. |
static INavigationLogger |
getNavigationLogger()
Returns a logger that outputs to the navigation log. |
static ILogger |
getServiceLogger(java.lang.String serviceId)
|
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 static ILogger getLogger(java.lang.Class pClass)
pClass
- the class which will use the logger.
public static INavigationLogger getNavigationLogger()
public static ILogger getServiceLogger(java.lang.String serviceId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |