Click or drag to resize

LogRecord Class

This data class is passed to all Reactors when a log message is passed into the Logger singleton.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.LoggingLogRecord

Namespace:  IBM.Watson.DeveloperCloud.Logging
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class LogRecord

The LogRecord type exposes the following members.

Constructors
  NameDescription
Public methodLogRecord
The default constructor for a LogRecord.
Top
Methods
Fields
  NameDescription
Public field_level
The level of this log message.
Public field_message
The log message.
Public field_subSystem
What sub-system sent this message.
Public field_timeStamp
The time stamp this log message in UTC time.
Top
See Also