Package io.airlift.log
Class JsonRecord
java.lang.Object
io.airlift.log.JsonRecord
-
Constructor Summary
ConstructorsConstructorDescriptionJsonRecord(Instant timestamp, Level level, String thread, String loggerName, String message, Object[] parameters, Throwable throwable, io.opentelemetry.context.Context context, Map<String, String> logAnnotations) JsonRecord(Instant timestamp, Level level, String thread, String loggerName, String message, List<String> parameters, Throwable throwable, io.opentelemetry.context.Context context, Map<String, String> logAnnotations) -
Method Summary
-
Constructor Details
-
JsonRecord
-
JsonRecord
-
-
Method Details
-
getTimestamp
-
getLevel
-
getThread
-
getLoggerName
-
getMessage
-
getParameters
-
getThrowableClass
-
getThrowableMessage
-
getStackTrace
-
getTraceId
-
getSpanId
-
getTraceFlags
-
getLogAnnotations
-
toString
-
equals
-
hashCode
public int hashCode()
-