public class DialogLogMessage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DialogLogMessage.Level
The severity of the log message.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets the code.
|
String |
getLevel()
Gets the level.
|
String |
getMessage()
Gets the message.
|
LogMessageSource |
getSource()
Gets the source.
|
public String getLevel()
The severity of the log message.
public String getMessage()
The text of the log message.
public String getCode()
A code that indicates the category to which the error message belongs.
public LogMessageSource getSource()
An object that identifies the dialog element that generated the error message.
Copyright © 2024 IBM Cloud. All rights reserved.