pyrasun.eio.util
Class L4J

java.lang.Object
  extended bypyrasun.eio.util.L4J
All Implemented Interfaces:
LoggerManager

public class L4J
extends java.lang.Object
implements LoggerManager


Constructor Summary
L4J()
           
 
Method Summary
 Logger getLogger(java.lang.Class category)
          Get a logger instance for the specified category (in the form of a class)
 Logger getLogger(java.lang.Object object)
          Get a logger instance for the specified object - works by getting the class for the object and then using the class as the category.
 Logger getLogger(java.lang.String category)
          Get a logger instance for the specified category
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

L4J

public L4J()
Method Detail

getLogger

public Logger getLogger(java.lang.String category)
Get a logger instance for the specified category

Specified by:
getLogger in interface LoggerManager

getLogger

public Logger getLogger(java.lang.Class category)
Get a logger instance for the specified category (in the form of a class)

Specified by:
getLogger in interface LoggerManager

getLogger

public Logger getLogger(java.lang.Object object)
Get a logger instance for the specified object - works by getting the class for the object and then using the class as the category.

Specified by:
getLogger in interface LoggerManager


Pyrasun EmberIO