ch.qos.logback.classic.joran.action
Class RootLoggerAction
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.action.Action
ch.qos.logback.classic.joran.action.RootLoggerAction
- All Implemented Interfaces:
- ContextAware
public class RootLoggerAction
- extends Action
RootLoggerAction
public RootLoggerAction()
begin
public void begin(InterpretationContext ec,
String name,
Attributes attributes)
- Description copied from class:
Action
- Called when the parser first encounters an element.
The return value indicates whether child elements should be processed. If
the returned value is 'false', then child elements are ignored.
- Specified by:
begin
in class Action
end
public void end(InterpretationContext ec,
String name)
- Specified by:
end
in class Action
finish
public void finish(InterpretationContext ec)
Copyright © 2005-2009 QOS.ch. All Rights Reserved.