lumis.util.log
Class LoggerFactory

Package class diagram package LoggerFactory
java.lang.Object
  extended by lumis.util.log.LoggerFactory

public class LoggerFactory
extends Object

The factory for ILogger instances.


Constructor Summary
LoggerFactory()
           
 
Method Summary
static ILogger getLogger(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(String serviceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerFactory

public LoggerFactory()
Method Detail

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  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.