DOFLogmessage Method (DOFLogLevel, String, Exception)OpenDOF Object Access Library
Logs a message.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static void message(
	DOFLogLevel level,
	string message,
	Exception t
)

Parameters

level
Type: org.opendof.core.oalDOFLogLevel
This message's priority level.
message
Type: SystemString
The message.
t
Type: SystemException
A throwable that goes with this message.
Remarks

Logs a message.
See Also

Reference