Package | Description |
---|---|
eu.profinit.manta.bachelor.thesis.log.viewer.model.logs |
Constructor and Description |
---|
DebugLog(String type,
String thread,
int threadId,
String level,
String loggerName,
Instant instant,
String message,
LoggedExceptionData exception,
String application,
BaseContextMap debugData)
Log with level TRACE, DEBUG or INFO.
|
ErrorLog(String type,
String thread,
int threadId,
String level,
String loggerName,
Instant instant,
String message,
LoggedExceptionData exception,
String application,
ErrorContextMap errorData)
Log with level WARN, ERROR and FATAL
|
Log(Long logId,
String type,
String thread,
int threadId,
String level,
String loggerName,
Instant instant,
String message,
String application,
BaseContextMap contextData)
Instantiates a new Log.
|
Log(String type,
String thread,
int threadId,
String level,
String loggerName,
Instant instant,
String message,
String application,
BaseContextMap contextData)
Parent class for all incoming logs.
|
Copyright © 2020. All rights reserved.