public interface LogStorer
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
write(String logger,
String trace_id,
Level level,
Object content,
String from) |
default void |
write(String logger,
String trace_id,
Level level,
String tag,
String summary,
Object content,
String from) |
default void |
write(String logger,
String trace_id,
Level level,
String tag,
String tag1,
String summary,
Object content,
String from) |
default void |
write(String logger,
String trace_id,
Level level,
String tag,
String tag1,
String tag2,
String tag3,
String summary,
Object content,
String from) |
void |
write(String logger,
String trace_id,
Level level,
String tag,
String tag1,
String tag2,
String tag3,
String summary,
Object content,
String from,
Date log_fulltime) |
void |
writeAll(List<LogEvent> list) |
default void write(String logger, String trace_id, Level level, Object content, String from) throws Exception
Exceptiondefault void write(String logger, String trace_id, Level level, String tag, String summary, Object content, String from) throws Exception
Exceptiondefault void write(String logger, String trace_id, Level level, String tag, String tag1, String summary, Object content, String from) throws Exception
Exceptiondefault void write(String logger, String trace_id, Level level, String tag, String tag1, String tag2, String tag3, String summary, Object content, String from) throws Exception
Exceptionvoid write(String logger, String trace_id, Level level, String tag, String tag1, String tag2, String tag3, String summary, Object content, String from, Date log_fulltime) throws Exception
ExceptionCopyright © 2021. All rights reserved.