ch.qos.logback.core.joran.action
Class NOPAction
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.action.Action
ch.qos.logback.core.joran.action.NOPAction
- All Implemented Interfaces:
- ContextAware
public class NOPAction
- extends Action
No operation (NOP) action that does strictly nothing.
Setting a rule to this pattern is sometimes useful in order
to prevent implicit actions to kick in.
- Author:
- Ceki Gülcü
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext |
NOPAction
public NOPAction()
begin
public void begin(InterpretationContext ec,
String name,
Attributes attributes)
- Description copied from class:
Action
- Called when the parser encounters an element matching a
Pattern
.
- Specified by:
begin
in class Action
end
public void end(InterpretationContext ec,
String name)
- Specified by:
end
in class Action
Copyright © 2005-2013 QOS.ch. All Rights Reserved.