Click or drag to resize

LogMessage Class

Log message details.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1LogMessage

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class LogMessage

The LogMessage type exposes the following members.

Constructors
  NameDescription
Public methodLogMessage
Initializes a new instance of the LogMessage class
Top
Properties
  NameDescription
Public propertyLevel
The severity of the log message.
Public propertyMsg
The text of the log message.
Top
See Also