Package com.adobe.granite.logging
Interface LogEntry
A recorded log entry by the
LogAnalyser-
Method Summary
Modifier and TypeMethodDescriptionOptional exception output attached to the log entry.The name of the logger (category)The log level.The log messageThe thread name of the logging thread.longThe time stamp of the log entry.
-
Method Details
-
getLogLevel
LogLevel getLogLevel()The log level.- Returns:
- The log level
-
getMessage
String getMessage()The log message- Returns:
- The message
-
getLoggerName
String getLoggerName()The name of the logger (category)- Returns:
- The name of the logger (category)
-
getTimeStamp
long getTimeStamp()The time stamp of the log entry.- Returns:
- The time stamp of the log entry
-
getExceptionOutput
String getExceptionOutput()Optional exception output attached to the log entry.- Returns:
- The exception stack trace or
null
-
getThreadName
String getThreadName()The thread name of the logging thread.- Returns:
- The thread name of the logging thread
-