Click or drag to resize

HpsvLoggerWarn Method

Logs the message with WARN level

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public void Warn(
	Object message
)

Parameters

message
Type: SystemObject
The message to log
Exceptions
ExceptionCondition
InvalidOperationExceptionmessage is not Serializable.
See Also