com.corrspt.xeo.api.core.logger
Class XeoLoggerFactory

java.lang.Object
  extended by com.corrspt.xeo.api.core.logger.XeoLoggerFactory
All Implemented Interfaces:
LoggerCreator

public class XeoLoggerFactory
extends java.lang.Object
implements LoggerCreator


Constructor Summary
XeoLoggerFactory()
           
 
Method Summary
 Logger getLogger(java.lang.Class<?> klass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XeoLoggerFactory

public XeoLoggerFactory()
Method Detail

getLogger

public Logger getLogger(java.lang.Class<?> klass)
Specified by:
getLogger in interface LoggerCreator