Interface StreamingLogWriterPlugin
-
- All Superinterfaces:
LogEventReceiver,StreamingLogWriter
public interface StreamingLogWriterPlugin extends StreamingLogWriter
Plugin interface for streaming log writers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)Sets the execution context information for the log information being written, will be called prior to other methodsStreamingLogWriter.openStream()-
Methods inherited from interface com.dtolabs.rundeck.core.logging.StreamingLogWriter
addEvent, close, openStream
-
-
-
-
Method Detail
-
initialize
void initialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)
Sets the execution context information for the log information being written, will be called prior to other methodsStreamingLogWriter.openStream()- Parameters:
context- context data
-
-