com.dtolabs.rundeck.plugins.logging
Interface StreamingLogWriterPlugin

All Superinterfaces:
StreamingLogWriter

public interface StreamingLogWriterPlugin
extends StreamingLogWriter

Plugin interface for streaming log writers


Method Summary
 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 methods StreamingLogWriter.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 methods StreamingLogWriter.openStream()

Parameters:
context -