public static final class ChronicleLogWriters.BinaryWriter extends ChronicleLogWriters.AbstractChronicleLogWriter
| Constructor and Description |
|---|
ChronicleLogWriters.BinaryWriter(net.openhft.chronicle.Chronicle chronicle) |
| 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.BinaryWriter(@NotNull
net.openhft.chronicle.Chronicle chronicle)
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.