RegisterLogFlagEx Method
- Last UpdatedNov 06, 2025
- 1 minute read
The register log flag ex.
'Declaration
<SuppressMessageAttribute("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode",
Justification="Method does not have to be used by all clients of the Logger.")>
Friend Shared Function RegisterLogFlagEx( _
ByVal hIdentity As Integer, _
ByVal nCustomFlag As Integer, _
ByVal strFlag As String, _
ByVal nDefaultVal As Integer _
) As Integer
[SuppressMessage("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode",
Justification="Method does not have to be used by all clients of the Logger.")]
internal static int RegisterLogFlagEx(
int hIdentity,
int nCustomFlag,
string strFlag,
int nDefaultVal
)
Parameters
- hIdentity
- The h identity.
- nCustomFlag
- The n custom flag.
- strFlag
- The log flag name.
- nDefaultVal
- The n default val.
Return Value
Log flag handle