public class DefaultChronicleLogWriter extends Object implements ChronicleLogWriter
| Constructor and Description |
|---|
DefaultChronicleLogWriter(@NotNull net.openhft.chronicle.queue.ChronicleQueue cq) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
net.openhft.chronicle.wire.WireType |
getWireType() |
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,
Object... args) |
public DefaultChronicleLogWriter(@NotNull
@NotNull net.openhft.chronicle.queue.ChronicleQueue cq)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic void write(ChronicleLogLevel level, long timestamp, String threadName, String loggerName, String message)
write in interface ChronicleLogWriterpublic void write(ChronicleLogLevel level, long timestamp, String threadName, String loggerName, String message, Throwable throwable, Object... args)
write in interface ChronicleLogWriterpublic net.openhft.chronicle.wire.WireType getWireType()
Copyright © 2021. All rights reserved.