it.imolinfo.jbi4corba.logger
Class JDK14LoggerFactory

java.lang.Object
  extended by it.imolinfo.jbi4corba.logger.JDK14LoggerFactory

public class JDK14LoggerFactory
extends Object

JDK14LoggerFactory is an implementation of ILoggerFactory returning the appropriately named JDK14LoggerAdapter instance.

Author:
Ceki Gülcü, Amedeo Cannone, Marco Cimatti

Constructor Summary
JDK14LoggerFactory()
          Creates a new instance of this class.
 
Method Summary
 Logger getLogger(String name)
          Return an appropriate org.slf4j.Logger instance as specified by the name parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDK14LoggerFactory

public JDK14LoggerFactory()
Creates a new instance of this class.

Method Detail

getLogger

public Logger getLogger(String name)
Return an appropriate org.slf4j.Logger instance as specified by the name parameter.

If name is equal to the string value "NULL" (case insensitive), then the root logger of the underlying logging system is returned.

Null-valued name arguments are considered invalid.

Certain extremely simple logging systems, e.g. NOP, may always return the same logger instance regardless of the requested name.

Parameters:
name - the name of the Logger to return.
Returns:
the org.slf4j.Logger instance as specified by name.


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.