Package com.dtolabs.rundeck.core.logging

Interface Summary
CompletableIterator<T>  
LogEvent  
LogEventIterator Iterator of LogEvents that can report the current offset and whether the log is complete, as well as close it.
LogFileStorage Handles log file storage and retrieval
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
LogFileStorageException Indicates an error with a log storage request