public interface ChronicleLogWriter extends Closeable
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.Chronicle |
getChronicle() |
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) |
net.openhft.chronicle.Chronicle getChronicle()
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 arg1, Object arg2)
Copyright © 2015. All rights reserved.