gg.pistol.lumberjack
Class JackLoggerFactory

java.lang.Object
  extended by gg.pistol.lumberjack.JackLoggerFactory

public final class JackLoggerFactory
extends Object

Builds JackLogger instances.

Author:
Bogdan Pistol

Method Summary
static JackLogger getLogger(Logger logger)
          Creates a JackLogger by extending the given SLF4J logger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogger

public static JackLogger getLogger(Logger logger)
Creates a JackLogger by extending the given SLF4J logger.

Parameters:
logger - the Logger instance to be extended
Returns:
the newly built JackLogger instance


Copyright © 2012. All Rights Reserved.