lumis.util.log
Class LoggerFactory
java.lang.Object
lumis.util.log.LoggerFactory
public class LoggerFactory
- extends Object
The factory for ILogger
instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerFactory
public LoggerFactory()
getLogger
public static ILogger getLogger(Class pClass)
- Returns a logger instance to be used by the given class.
- Parameters:
pClass
- the class which will use the logger.
- Returns:
- the logger instance.
getNavigationLogger
public static INavigationLogger getNavigationLogger()
- Returns a logger that outputs to the navigation log.
getServiceLogger
public static ILogger getServiceLogger(String serviceId)
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.