com.stackify.api
| Constructor and Description |
|---|
LogMsg.Builder() |
| Modifier and Type | Method and Description |
|---|---|
LogMsg |
build() |
LogMsg.Builder |
data(String data)
Sets the builder's data
|
LogMsg.Builder |
epochMs(Long epochMs)
Sets the builder's epochMs
|
LogMsg.Builder |
ex(StackifyError ex)
Sets the builder's ex
|
LogMsg.Builder |
level(String level)
Sets the builder's level
|
LogMsg.Builder |
msg(String msg)
Sets the builder's msg
|
LogMsg.Builder |
srcLine(Integer srcLine)
Sets the builder's srcLine
|
LogMsg.Builder |
srcMethod(String srcMethod)
Sets the builder's srcMethod
|
LogMsg.Builder |
th(String th)
Sets the builder's th
|
LogMsg.Builder |
transId(String transId)
Sets the builder's transId
|
public LogMsg.Builder msg(String msg)
msg - The msg to be setpublic LogMsg.Builder data(String data)
data - The data to be setpublic LogMsg.Builder ex(StackifyError ex)
ex - The ex to be setpublic LogMsg.Builder th(String th)
th - The th to be setpublic LogMsg.Builder epochMs(Long epochMs)
epochMs - The epochMs to be setpublic LogMsg.Builder level(String level)
level - The level to be setpublic LogMsg.Builder transId(String transId)
transId - The transId to be setpublic LogMsg.Builder srcMethod(String srcMethod)
srcMethod - The srcMethod to be setpublic LogMsg.Builder srcLine(Integer srcLine)
srcLine - The srcLine to be setpublic LogMsg build()
Copyright © 2015 Stackify, LLC. All Rights Reserved.