public class LogMessage
extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
Modifier and Type | Class and Description |
---|---|
static interface |
LogMessage.Level
The severity of the log message.
|
Constructor and Description |
---|
LogMessage() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLevel()
Gets the level.
|
java.lang.String |
getMsg()
Gets the msg.
|
void |
setLevel(java.lang.String level)
Sets the level.
|
void |
setMsg(java.lang.String msg)
Sets the msg.
|
public java.lang.String getLevel()
public void setLevel(java.lang.String level)
level
- the new levelpublic java.lang.String getMsg()
public void setMsg(java.lang.String msg)
msg
- the new msg