chapters.onJoran.helloWorld
Class HelloWorldAction
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.action.Action
chapters.onJoran.helloWorld.HelloWorldAction
- All Implemented Interfaces:
- ContextAware
public class HelloWorldAction
- extends Action
A trivial action that writes "Hello world" on the console.
See the HelloWorld
class for integration with Joran.
- 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 |
HelloWorldAction
public HelloWorldAction()
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.