Click or drag to resize

LogError Method

Namespace:  IBM.Watson.DeveloperCloud.Logging
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void Error(
	string subSystem,
	string messageFmt,
	params Object[] args
)

Parameters

subSystem
Type: SystemString
messageFmt
Type: SystemString
args
Type: SystemObject
See Also