public final class ChronicleLogHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static net.openhft.chronicle.ExcerptAppender |
appendStackTraceAsString(net.openhft.chronicle.ExcerptAppender appender,
Throwable throwable,
String separator,
int depth)
Append a string representation of Throwable to Excerpt
|
static ChronicleLogEvent |
decodeBinary(net.openhft.lang.io.Bytes in)
Decode a binary stream, i.
|
static ChronicleLogEvent |
decodeText(net.openhft.lang.io.Bytes in)
Decode a text stream, i.
|
public static ChronicleLogEvent decodeBinary(net.openhft.lang.io.Bytes in)
in - the source of event in binary form (i. e. Excerpt)public static ChronicleLogEvent decodeText(net.openhft.lang.io.Bytes in)
in - the source of event in text form (i. e. Excerpt)public static net.openhft.chronicle.ExcerptAppender appendStackTraceAsString(net.openhft.chronicle.ExcerptAppender appender,
Throwable throwable,
String separator,
int depth)
throwable - the Throwableseparator - the separator to use to separate StackTraceElementdepth - the number of StackTraceElement to dumpCopyright © 2015. All rights reserved.