Uses of Interface
net.morimekta.providence.logging.MessageWriter
-
Packages that use MessageWriter Package Description net.morimekta.providence.logging -
-
Uses of MessageWriter in net.morimekta.providence.logging
Classes in net.morimekta.providence.logging that implement MessageWriter Modifier and Type Class Description classFileMessageWriterA message writer that writes to a single file until the end.classIOMessageWriterA writer helper class for matching a serializer with an output stream.classQueuedMessageWriterA queued message writer that takes in messages onto a queue, and let a single thread handle all the writes to the contained writer.classRollingFileMessageWriterA simple rolling file message writer in the same manner that logging often does, e.g. the 'RollingFileAppender' from lockback.Constructors in net.morimekta.providence.logging with parameters of type MessageWriter Constructor Description QueuedMessageWriter(MessageWriter writer)Create a queued message writer.QueuedMessageWriter(MessageWriter writer, java.util.concurrent.ExecutorService executor)Create a queued message writer using the given executor service.QueuedMessageWriter(MessageWriter writer, java.util.concurrent.ExecutorService executor, int maxQueueLength)Create a queued message writer using the given executor service.
-