org.sonatype.gossip
Class Log
java.lang.Object
org.sonatype.gossip.Log
public final class Log
- extends Object
Provides internal logging support for Gossip.
- Since:
- 1.0
- Author:
- Jason Dillon
Constructor Summary |
Log()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Log
public Log()
getThreshold
public static Level getThreshold()
- Since:
- 1.6
setThreshold
public static void setThreshold(Level threshold)
- Since:
- 1.6
getRenderer
public static Renderer getRenderer()
- Since:
- 1.6
setRenderer
public static void setRenderer(Renderer renderer)
- Since:
- 1.6
getStream
public static PrintStream getStream()
- Since:
- 1.6
setStream
public static void setStream(PrintStream stream)
- Since:
- 1.6
configure
public static void configure(org.slf4j.ILoggerFactory factory)
getLogger
public static org.slf4j.Logger getLogger(String name)
getLogger
public static org.slf4j.Logger getLogger(Class type)
Copyright © 2008-2011 Sonatype. All Rights Reserved.