org.sonatype.gossip.support
Class MuxLoggerFactory
java.lang.Object
org.sonatype.gossip.support.MuxLoggerFactory
public class MuxLoggerFactory
- extends Object
Factory to produce a multiplexing Logger
.
- Since:
- 1.6
- Author:
- Jason Dillon
Method Summary |
static org.slf4j.Logger |
create(org.slf4j.Logger... loggers)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MuxLoggerFactory
public MuxLoggerFactory()
create
public static org.slf4j.Logger create(org.slf4j.Logger... loggers)
- Parameters:
loggers
- The first logger will be responsible for all methods which return values, otherwise all loggers are invoked in order.
Copyright © 2008-2011 Sonatype. All Rights Reserved.