net.ranides.assira.trace
Interface LoggerCollection


public interface LoggerCollection

Author:
ranides

Method Summary
 void add(org.apache.log4j.Logger logger)
           
 void add(String logger)
           
 Collection<String> getLoggerNames()
           
 Collection<org.apache.log4j.Logger> getLoggers()
           
 

Method Detail

add

void add(String logger)

add

void add(org.apache.log4j.Logger logger)

getLoggerNames

Collection<String> getLoggerNames()

getLoggers

Collection<org.apache.log4j.Logger> getLoggers()


Copyright © 2013. All Rights Reserved.