Click or drag to resize

HpsvLoggerDebug Method

Logs the message with DEBUG level

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

Parameters

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