Click or drag to resize

LogRecord Constructor

The default constructor for a LogRecord.

Namespace:  IBM.Watson.DeveloperCloud.Logging
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public LogRecord(
	LogLevel level,
	string subSystem,
	string messageFmt,
	params Object[] args
)

Parameters

level
Type: IBM.Watson.DeveloperCloud.LoggingLogLevel
The log level.
subSystem
Type: SystemString
The subsystem that orignates this log messages.
messageFmt
Type: SystemString
The message string with format parameters.
args
Type: SystemObject
The format parameters.
See Also