org.fluentd.logger
Class FluentLoggerFactory

java.lang.Object
  extended by org.fluentd.logger.FluentLoggerFactory

public class FluentLoggerFactory
extends Object


Constructor Summary
FluentLoggerFactory()
           
 
Method Summary
 void closeAll()
           
 void flushAll()
           
 FluentLogger getLogger(String tag)
           
 FluentLogger getLogger(String tag, String host, int port)
           
 FluentLogger getLogger(String tag, String host, int port, int timeout, int bufferCapacity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FluentLoggerFactory

public FluentLoggerFactory()
Method Detail

getLogger

public FluentLogger getLogger(String tag)

getLogger

public FluentLogger getLogger(String tag,
                              String host,
                              int port)

getLogger

public FluentLogger getLogger(String tag,
                              String host,
                              int port,
                              int timeout,
                              int bufferCapacity)

closeAll

public void closeAll()

flushAll

public void flushAll()


Copyright © 2012. All Rights Reserved.