Click or drag to resize

LogRecord Constructor

Initializes a new instance of the LogRecord class

Namespace:  IBM.Watson.DeveloperCloud.Logging
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) 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
subSystem
Type: SystemString
messageFmt
Type: SystemString
args
Type: SystemObject
See Also