Click or drag to resize

ILoggerDebug Method (IContext, String, NullableInt32)

Write in the debug log.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
void Debug(
	IContext context,
	string message,
	Nullable<int> surveyId = null
)

Parameters

context
Type: AskiaPortalCmnIContext
Context of execution
message
Type: SystemString
Message to log.
surveyId (Optional)
Type: SystemNullableInt32
Identifier of the impacted survey.
See Also