ActivityTracingLoggerDebug Method |
Makes the logger write a debug entry into the log.
Please note that debug must be set as enabled in the constructor.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic void Debug(
string message
)
Public Sub Debug (
message As String
)
public:
virtual void Debug(
String^ message
) sealed
abstract Debug :
message : string -> unit
override Debug :
message : string -> unit
Parameters
- message String
- The debug message to be logged.
Implements
IActivityLoggerDebug(String)
See Also