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

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

public class SystemOutLoggerFactory
extends java.lang.Object
implements LoggerCreator


Constructor Summary
SystemOutLoggerFactory()
           
 
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

SystemOutLoggerFactory

public SystemOutLoggerFactory()
Method Detail

getLogger

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