| Package | Description |
|---|---|
| org.spf4j.base | |
| org.spf4j.base.avro | |
| org.spf4j.log | |
| org.spf4j.test.log |
spf4j test log backend for slf4j.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionContext.addLog(Slf4jLogRecord log) |
void |
BasicExecutionContext.addLog(Slf4jLogRecord log) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionContext.addLogs(Collection<Slf4jLogRecord> log) |
void |
BasicExecutionContext.addLogs(Collection<Slf4jLogRecord> pLogs) |
void |
ExecutionContext.streamLogs(Consumer<Slf4jLogRecord> to) |
void |
BasicExecutionContext.streamLogs(Consumer<Slf4jLogRecord> to) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.spf4j.base.avro.LogRecord> |
Converters.convert(String origin,
String traceId,
List<Slf4jLogRecord> logRecords) |
| Modifier and Type | Class and Description |
|---|---|
class |
AvroLogRecordImpl |
class |
Slf4jLogRecordImpl |
| Modifier and Type | Method and Description |
|---|---|
static LogAttribute<Slf4jLogRecord> |
LogAttribute.log(Slf4jLogRecord record) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Slf4jLogRecord.compareByTimestamp(Slf4jLogRecord a,
Slf4jLogRecord b) |
static LogAttribute<Slf4jLogRecord> |
LogAttribute.log(Slf4jLogRecord record) |
void |
LogPrinter.print(Slf4jLogRecord record,
OutputStream os) |
OutputStream |
LogPrinter.print(Slf4jLogRecord record,
OutputStream os,
OutputStream errStream) |
void |
LogPrinter.printTo(PrintStream stream,
Slf4jLogRecord record,
String annotate) |
void |
LogPrinter.printTo(StringBuilder sb,
Slf4jLogRecord record,
String annotate) |
byte[] |
LogPrinter.printToBytes(Slf4jLogRecord record) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TestLogRecord |
| Modifier and Type | Class and Description |
|---|---|
class |
TestLogRecordImpl |
Copyright © 2019 SPF4J. All rights reserved.