Write information in log.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax void Info(
IContext context,
string message,
Nullable<int> surveyId = null
)
Sub Info (
context As IContext,
message As String,
Optional surveyId As Nullable(Of Integer) = Nothing
)
void Info(
IContext^ context,
String^ message,
Nullable<int> surveyId = nullptr
)
Parameters
- context
- Type: AskiaPortalCmnIContext
Context of execution - message
- Type: SystemString
Message to log. - surveyId (Optional)
- Type: SystemNullableInt32
Identifier of the impacted survey.
See Also