public interface MessageWriter<E>
| Modifier and Type | Method and Description |
|---|---|
void |
logDigest(Digest digest)
Writes the digest message through to the attached appender.
|
void |
logThrough(Message<E> message)
Writes the message through to the attached appender for immediate logging.
|
Copyright © 2015. All rights reserved.