public class LogMessage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | LogMessage.BuilderBuilder. | 
| static interface  | LogMessage.LevelThe severity of the log message. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | code()Gets the code. | 
| String | level()Gets the level. | 
| String | msg()Gets the msg. | 
| LogMessage.Builder | newBuilder()New builder. | 
| LogMessageSource | source()Gets the source. | 
public LogMessage.Builder newBuilder()
public String level()
The severity of the log message.
public String msg()
The text of the log message.
public String code()
A code that indicates the category to which the error message belongs.
public LogMessageSource source()
An object that identifies the dialog element that generated the error message.
Copyright © 2023 IBM Cloud. All rights reserved.