net.ranides.assira.trace
Class LoggerStateCollection

java.lang.Object
  extended by net.ranides.assira.trace.LoggerStateCollection

public class LoggerStateCollection
extends Object

Author:
ranides

Constructor Summary
LoggerStateCollection(Collection<String> names)
           
LoggerStateCollection(String... names)
           
 
Method Summary
 void changeLevel(org.apache.log4j.Level level)
           
 boolean getAdditivity(String logger)
           
 org.apache.log4j.Level getLevel(String logger)
           
 Collection<String> getLoggerNames()
           
 Collection<org.apache.log4j.Logger> getLoggers()
           
 void pop()
           
 void push()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerStateCollection

public LoggerStateCollection(String... names)

LoggerStateCollection

public LoggerStateCollection(Collection<String> names)
Method Detail

push

public void push()

pop

public void pop()

getLoggers

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

getLoggerNames

public Collection<String> getLoggerNames()

getLevel

public org.apache.log4j.Level getLevel(String logger)

getAdditivity

public boolean getAdditivity(String logger)

changeLevel

public void changeLevel(org.apache.log4j.Level level)


Copyright © 2013. All Rights Reserved.