All Classes
-
All Classes Interface Summary Class Summary Class Description FileMessageReader A message reader that reads from a single file until the end.FileMessageWriter A message writer that writes to a single file until the end.IOMessageReader A reader helper class for matching a serializer with an input stream.IOMessageWriter A writer helper class for matching a serializer with an output stream.KeepLastNCleanupPolicy Cleanup policy that keeps the N previous files.LogFormatter LogFormatter is a formatter (one-way serialization) similar to the PrettySerializer, except it supports adding FieldHandlers to modify in.LogFormatter.FieldHandler Handler for a single field in a message.MessageReader An interface for reading messages and service calls.MessageWriter An interface for writing messages and service calls.QueuedMessageWriter A queued message writer that takes in messages onto a queue, and let a single thread handle all the writes to the contained writer.RollingFileMessageWriter A simple rolling file message writer in the same manner that logging often does, e.g. the 'RollingFileAppender' from lockback.RollingFileMessageWriter.CleanupPolicy Interface for cleanup policy implementations.RollingFileMessageWriter.CurrentFileUpdater Interface for calling back to the rolling file message writen when a file roll is supposed to happen.RollingFileMessageWriter.RollingPolicy Interface for rolling policy implementations.SizeBasedRollingPolicy A rolling policy that moves over to a new file whenever the current file reaches a threshold size.TimeBasedCleanupPolicy A cleanup policy that removes files older than a certain date.TimeBasedRollingPolicy A rolling policy that writes messages into files for certain time periods based on a date based file pattern and a time resolution.