org.sonatype.gossip.support
Class MuxLoggerFactory

java.lang.Object
  extended by org.sonatype.gossip.support.MuxLoggerFactory

public class MuxLoggerFactory
extends Object

Factory to produce a multiplexing Logger.

Since:
1.6
Author:
Jason Dillon

Constructor Summary
MuxLoggerFactory()
           
 
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
 

Constructor Detail

MuxLoggerFactory

public MuxLoggerFactory()
Method Detail

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-2012 Sonatype. All Rights Reserved.