ch.qos.logback.classic.control
Class SetLevel

java.lang.Object
  extended by ch.qos.logback.classic.control.ScenarioAction
      extended by ch.qos.logback.classic.control.SetLevel

public class SetLevel
extends ScenarioAction


Constructor Summary
SetLevel(Level level, String loggerName)
           
 
Method Summary
 Level getLevel()
           
 String getLoggerName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetLevel

public SetLevel(Level level,
                String loggerName)
Method Detail

getLevel

public Level getLevel()

getLoggerName

public String getLoggerName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2009 QOS.ch. All Rights Reserved.