com.servingxml.util.system
Class LoggerFactory

java.lang.Object
  extended by com.servingxml.util.system.LoggerFactory
Direct Known Subclasses:
DefaultLoggerFactory

public abstract class LoggerFactory
extends java.lang.Object

Factory for creating a loggable context.

This class provides a factory method for creating new Logger objects.

See Also:
Logger

Constructor Summary
protected LoggerFactory()
           
 
Method Summary
protected static LoggerFactory createInstance()
           
abstract  Logger createLogger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerFactory

protected LoggerFactory()
Method Detail

createInstance

protected static LoggerFactory createInstance()

createLogger

public abstract Logger createLogger()