com.dtolabs.rundeck.core.execution
Interface ContextLoggerExecutionListener

All Superinterfaces:
Contextual, ExecutionListener, PluginLogger
All Known Implementing Classes:
WorkflowExecutionListenerImpl

public interface ContextLoggerExecutionListener
extends ExecutionListener, Contextual

ContextLoggerExecutionListener provides a method for getting a map of logging context information.


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getLoggingContext()
          Return the current logging context, or null.
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.ExecutionListener
beginExecuteNodeStep, beginFileCopyFile, beginFileCopyFileStream, beginFileCopyScriptContent, beginNodeDispatch, beginNodeDispatch, beginNodeExecution, beginStepExecution, createOverride, finishExecuteNodeStep, finishFileCopy, finishNodeDispatch, finishNodeDispatch, finishNodeExecution, finishStepExecution, getFailedNodesListener, getLogFormat, isTerse, log
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.Contextual
getContext
 

Method Detail

getLoggingContext

java.util.Map<java.lang.String,java.lang.String> getLoggingContext()
Return the current logging context, or null.