static LogAttribute<Long> |
LogAttribute.execTimeMicros(long time,
TimeUnit tu) |
static LogAttribute<Object> |
LogAttribute.fromJson(CharSequence jsonStr) |
static LogAttribute<Object> |
LogAttribute.fromMap(Map<String,Object> val) |
static LogAttribute<Slf4jLogRecord> |
LogAttribute.log(Slf4jLogRecord record) |
static <T> LogAttribute<T> |
LogAttribute.of(String val,
T obj) |
static LogAttribute<Level> |
LogAttribute.origLevel(Level level) |
static LogAttribute<Level> |
LogAttribute.origLoggerName(String loggerName) |
static LogAttribute<Level> |
LogAttribute.origTimeStamp(Instant instant) |
static LogAttribute<Level> |
LogAttribute.origTimeStamp(long millisSinceEpoch) |
static LogAttribute<StackSamples> |
LogAttribute.profileSamples(StackSamples ss) |
static LogAttribute<CharSequence> |
LogAttribute.traceId(CharSequence id) |
static LogAttribute<Long> |
LogAttribute.value(String what,
long value) |