public class ParameterizedMessagePrinter<M> extends Object implements MessagePrinter<M>
DEFAULT| Constructor and Description |
|---|
ParameterizedMessagePrinter(String pattern,
ValueFormatter<? super M> formatter) |
| Modifier and Type | Method and Description |
|---|---|
void |
print(long line,
long entryId,
M message,
PrintWriter writer) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomposite, composite, parameterizedpublic ParameterizedMessagePrinter(String pattern, ValueFormatter<? super M> formatter)
public void print(long line,
long entryId,
M message,
PrintWriter writer)
print in interface MessagePrinter<M>Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.