com.stackify.api
public class LogMsg extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogMsg.Builder
LogMsg.Builder separates the construction of a LogMsg from its representation
|
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
Long |
getEpochMs() |
StackifyError |
getEx() |
String |
getId() |
String |
getLevel() |
String |
getMsg() |
Integer |
getSrcLine() |
String |
getSrcMethod() |
String |
getTh() |
String |
getTransId() |
static LogMsg.Builder |
newBuilder() |
LogMsg.Builder |
toBuilder() |
public String getMsg()
public String getData()
public StackifyError getEx()
public String getTh()
public Long getEpochMs()
public String getLevel()
public String getTransId()
public String getSrcMethod()
public Integer getSrcLine()
public String getId()
public LogMsg.Builder toBuilder()
public static LogMsg.Builder newBuilder()
Copyright © 2015 Stackify, LLC. All Rights Reserved.