public static class ChronicleLogWriters.TextWriter extends ChronicleLogWriters.AbstractChronicleLogWriter
| Constructor and Description |
|---|
ChronicleLogWriters.TextWriter(net.openhft.chronicle.Chronicle chronicle,
String dateFormat,
Integer stackTraceDepth) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(ChronicleLogLevel level,
long timestamp,
String threadName,
String loggerName,
String message) |
void |
write(ChronicleLogLevel level,
long timestamp,
String threadName,
String loggerName,
String message,
Throwable throwable) |
void |
write(ChronicleLogLevel level,
long timestamp,
String threadName,
String loggerName,
String message,
Throwable throwable,
Object arg1) |
void |
write(ChronicleLogLevel level,
long timestamp,
String threadName,
String loggerName,
String message,
Throwable throwable,
Object[] args) |
void |
write(ChronicleLogLevel level,
long timestamp,
String threadName,
String loggerName,
String message,
Throwable throwable,
Object arg1,
Object arg2) |
close, getAppender, getChroniclepublic ChronicleLogWriters.TextWriter(@NotNull
net.openhft.chronicle.Chronicle chronicle,
String dateFormat,
Integer stackTraceDepth)
throws IOException
IOExceptionpublic void write(ChronicleLogLevel level, long timestamp, String threadName, String loggerName, String message)
public void write(ChronicleLogLevel level, long timestamp, String threadName, String loggerName, String message, Throwable throwable)
public void write(ChronicleLogLevel level, long timestamp, String threadName, String loggerName, String message, Throwable throwable, Object arg1)
public void write(ChronicleLogLevel level, long timestamp, String threadName, String loggerName, String message, Throwable throwable, Object arg1, Object arg2)
Copyright © 2015. All rights reserved.