-
public final class CXLogger.LogEntryStructured log entry passed to all registered CXLogHandlers.
-
-
Constructor Summary
Constructors Constructor Description CXLogger.LogEntry(CloudXLogLevel level, String tag, String message, Throwable throwable, Long timestamp)
-
Method Summary
Modifier and Type Method Description final CloudXLogLevelgetLevel()final StringgetTag()final StringgetMessage()Formatted message including component prefix, e.g. final ThrowablegetThrowable()final LonggetTimestamp()-
-
Constructor Detail
-
CXLogger.LogEntry
CXLogger.LogEntry(CloudXLogLevel level, String tag, String message, Throwable throwable, Long timestamp)
-
-
Method Detail
-
getLevel
final CloudXLogLevel getLevel()
-
getMessage
final String getMessage()
Formatted message including component prefix, e.g.
"[BidApi] request sent".
-
getThrowable
final Throwable getThrowable()
-
getTimestamp
final Long getTimestamp()
-
-
-
-