org.objectweb.util.monolog.api
Interface Loggable

All Known Implementing Classes:
PrintStreamImpl, PrintWriterImpl

public interface Loggable

Author:
S.Chassande-Barrioz

Method Summary
 Logger getLogger()
          Retrieves the logger instance used
 LoggerFactory getLoggerFactory()
          Retrieves the logger factory instance used
 void setLogger(Logger logger)
          Assigns the logger instance to use
 void setLoggerFactory(LoggerFactory lf)
          Assigns the logger factory instance to use
 

Method Detail

getLogger

Logger getLogger()
Retrieves the logger instance used


setLogger

void setLogger(Logger logger)
Assigns the logger instance to use


getLoggerFactory

LoggerFactory getLoggerFactory()
Retrieves the logger factory instance used


setLoggerFactory

void setLoggerFactory(LoggerFactory lf)
Assigns the logger factory instance to use