@ParametersAreNonnullByDefault public final class Converters extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.spf4j.base.avro.StackTraceElement |
convert(StackTraceElement stackTrace) |
static List<org.spf4j.base.avro.StackTraceElement> |
convert(StackTraceElement[] stackTraces) |
static List<org.spf4j.base.avro.LogRecord> |
convert(String origin,
String traceId,
List<Slf4jLogRecord> logRecords) |
static RemoteException |
convert(String source,
org.spf4j.base.avro.Throwable throwable) |
static org.spf4j.base.avro.Throwable |
convert(Throwable throwable) |
static List<org.spf4j.base.avro.Throwable> |
convert(Throwable[] throwables) |
public static org.spf4j.base.avro.StackTraceElement convert(StackTraceElement stackTrace)
public static List<org.spf4j.base.avro.StackTraceElement> convert(StackTraceElement[] stackTraces)
public static org.spf4j.base.avro.Throwable convert(Throwable throwable)
public static RemoteException convert(String source, org.spf4j.base.avro.Throwable throwable)
public static List<org.spf4j.base.avro.LogRecord> convert(String origin, String traceId, List<Slf4jLogRecord> logRecords)
Copyright © 2019 SPF4J. All rights reserved.