Click or drag to resize

ILoggerDebug Method (IContext, String, IEnumerableString, NullableInt32, NullableInt32)

Note: This API is now obsolete.

Writes the log of the level = "debug" (an information containing more technical details and ususally about events that have finished with success)

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
[ObsoleteAttribute("Use the method Debug(IContext, string, int?).")]
void Debug(
	IContext context,
	string message,
	IEnumerable<string> tags,
	Nullable<int> surveyId = null,
	Nullable<int> targetUserId = null
)

Parameters

context
Type: AskiaPortalCmnIContext
Context of execution
message
Type: SystemString
Message to log
tags
Type: System.Collections.GenericIEnumerableString
Tags related to this log
surveyId (Optional)
Type: SystemNullableInt32
Id of the survey
targetUserId (Optional)
Type: SystemNullableInt32
Id of the targeted user
Remarks
See Also