info.magnolia.commands.impl
Class LogCommand
java.lang.Object
info.magnolia.commands.MgnlCommand
info.magnolia.commands.impl.LogCommand
- All Implemented Interfaces:
- org.apache.commons.chain.Command
public class LogCommand
- extends MgnlCommand
Command outputting the value of "message" property into current log file. Used to monitor execution of workflow or other sorts of command chains.
- Version:
- $Id: LogCommand.java 36506 2010-08-18 12:05:34Z had $
- Author:
- pbracher
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogCommand
public LogCommand()
execute
public boolean execute(Context ctx)
throws Exception
- Specified by:
execute
in class MgnlCommand
- Throws:
Exception
getMsg
public String getMsg()
setMsg
public void setMsg(String msg)
getLog
public String getLog()
setLog
public void setLog(String log)
getLogger
protected org.slf4j.Logger getLogger()
release
public void release()
- Description copied from class:
MgnlCommand
- If a clone is passivated we call this method. Please clean up private properties.
- Overrides:
release
in class MgnlCommand
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.