public class UploadedLog extends Object
Constructor and Description |
---|
UploadedLog(String type,
String application,
String context,
String thread,
int threadId,
String loggerName,
int workerNumber,
String logLevel,
long epochSecond,
long nanoOfSecond,
String message,
String exceptionName,
String extendedStacktrace,
Long errorDefinitionId)
Instantiates a new Uploaded log.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplication()
Gets application.
|
String |
getContext()
Gets context.
|
long |
getEpochSecond()
Gets epoch second.
|
Long |
getErrorDefinitionId()
Gets error definition id.
|
String |
getExceptionName()
Gets exception name.
|
String |
getExtendedStacktrace()
Gets extended stacktrace.
|
String |
getLoggerName()
Gets logger name.
|
String |
getLogLevel()
Gets log level.
|
String |
getMessage()
Gets message.
|
long |
getNanoOfSecond()
Gets nano of second.
|
String |
getThread()
Gets thread.
|
int |
getThreadId()
Gets thread id.
|
String |
getType()
Gets type.
|
int |
getWorkerNumber()
Gets worker number.
|
public UploadedLog(@Param(value="type") String type, @Param(value="application") String application, @Param(value="context") String context, @Param(value="thread") String thread, @Param(value="threadId") int threadId, @Param(value="loggerName") String loggerName, @Param(value="workerNumber") int workerNumber, @Param(value="logLevel") String logLevel, @Param(value="epochSecond") long epochSecond, @Param(value="nanoOfSecond") long nanoOfSecond, @Param(value="message") String message, @Param(value="exceptionName") String exceptionName, @Param(value="extendedStacktrace") String extendedStacktrace, @Param(value="errorDefinitionId") Long errorDefinitionId)
type
- the typeapplication
- Application that emitted the logcontext
- context of the logthread
- the threadthreadId
- the thread idloggerName
- the logger nameworkerNumber
- the worker numberlogLevel
- the log levelepochSecond
- the epoch secondnanoOfSecond
- the nano of secondmessage
- the messageexceptionName
- the exception nameextendedStacktrace
- the extended stacktraceerrorDefinitionId
- the error definition idpublic String getType()
public String getApplication()
public String getContext()
public String getThread()
public int getThreadId()
public String getLoggerName()
public int getWorkerNumber()
public String getLogLevel()
public long getEpochSecond()
public long getNanoOfSecond()
public String getMessage()
public String getExceptionName()
public String getExtendedStacktrace()
public Long getErrorDefinitionId()
Copyright © 2020. All rights reserved.