LogCustom Method
- Last UpdatedNov 06, 2025
- 1 minute read
The log custom.
'Declaration
<SuppressMessageAttribute("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode",
Justification="Method does not have to be used by all clients of the Logger.")>
Public Shared Sub LogCustom( _
ByVal cookie As Integer, _
ByVal errorMessage As String _
)
[SuppressMessage("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode",
Justification="Method does not have to be used by all clients of the Logger.")]
public static void LogCustom(
int cookie,
string errorMessage
)
Parameters
- cookie
- The cookie.
- errorMessage
- The message.