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( string moduleName, DOFLogLevel level, string message )
Parameters
- moduleName
- Type: SystemString
The module name that produced this message. - level
- Type: org.opendof.core.oalDOFLogLevel
This message's priority level. - message
- Type: SystemString
The message.
Remarks
See Also