-
public final class LogEvent.LoggerInformation about the logger that produced this log.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLogEvent.Logger.Companion
-
Constructor Summary
Constructors Constructor Description LogEvent.Logger(String name, String threadName, String version)
-
Method Summary
Modifier and Type Method Description final StringgetName()final UnitsetName(String name)final StringgetThreadName()final StringgetVersion()final JsonElementtoJson()-
-
Method Detail
-
getThreadName
final String getThreadName()
-
getVersion
final String getVersion()
-
toJson
final JsonElement toJson()
-
-
-
-