Log a WARNING level message.
Namespace:
IBM.Watson.DeveloperCloud.Logging
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void Warning(
string subSystem,
string messageFmt,
params Object[] args
)
Parameters
- subSystem
- Type: SystemString
Name of the subsystem. - messageFmt
- Type: SystemString
Message with formatting. - args
- Type: SystemObject
Formatting arguments.
See Also