Package com.dtolabs.rundeck.core.logging

Interface Summary
CompletableIterator<T>  
ExecutionFileStorage Handles storage and retrieval of typed files for an execution, the filetype is specified in the ExecutionFileStorage.store(String, java.io.InputStream, long, java.util.Date) and ExecutionFileStorage.retrieve(String, java.io.OutputStream) methods, and more than one filetype may be stored or retrieved for the same execution.
LogEvent  
LogEventIterator Iterator of LogEvents that can report the current offset and whether the log is complete, as well as close it.
LogFileStorage Deprecated. no longer used, replaced by ExecutionFileStorage
OffsetIterator<T>  
ReverseSeekingIterable<T>  
ReverseSeekingStreamingLogReader  
SeekingIterable<T>  
StreamingLogReader Reads log events in a streaming manner, and supports resuming from a specified offset.
StreamingLogWriter writes log entries in a streaming manner
 

Class Summary
FilterStreamingLogWriter A log writer class which can easily be subclassed override default behavior.
LogUtil Utility methods for logs
 

Enum Summary
LogFileState Represents the state of a log file
LogLevel  
 

Exception Summary
ExecutionFileStorageException Indicates an error with a log storage request
LogFileStorageException Deprecated. no longer used, see ExecutionFileStorageException