Package | Description |
---|---|
eu.profinit.manta.bachelor.thesis.log.viewer.model.logs |
Constructor and Description |
---|
ErrorLog(Long logId,
String type,
String thread,
int threadId,
String level,
String loggerName,
long epochSecond,
long nanoOfSecond,
String message,
String application,
ErrorContextMap errorData)
Log with level WARN, ERROR and FATAL
|
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
|
Copyright © 2020. All rights reserved.