InternalLogCustom Method
- Last UpdatedNov 06, 2025
- 1 minute read
The internal log custom.
'Declaration
<SuppressMessageAttribute("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode",
Justification="Method does not have to be used by all clients of the Logger.")>
Friend Shared Sub InternalLogCustom( _
ByVal hIdentity As Integer, _
ByVal nCustomFlag As Integer, _
ByVal errorMessage As String _
)
'Usage
Dim hIdentity As Integer
Dim nCustomFlag As Integer
Dim errorMessage As String
NativeMethods.InternalLogCustom(hIdentity, nCustomFlag, errorMessage)
[SuppressMessage("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode",
Justification="Method does not have to be used by all clients of the Logger.")]
internal static void InternalLogCustom(
int hIdentity,
int nCustomFlag,
string errorMessage
)
Parameters
- hIdentity
- The h identity.
- nCustomFlag
- The n custom flag.
- errorMessage
- The message.