Package | Description |
---|---|
eu.profinit.manta.bachelor.thesis.log.viewer.model.logs | |
eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext |
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.
|
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(Long logId,
String type,
String thread,
int threadId,
String level,
String loggerName,
long epochSecond,
long nanoOfSecond,
String message,
String application,
BaseContextMap contextData)
Parent class for all incoming logs.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorContextMap
Class holding data from ThreadContext belonging to error logs.
|
Copyright © 2020. All rights reserved.