This document is archived and information here might be outdated.  Recommended version.


ILog2.WillLog Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILog2 Interface > ILog2.WillLog Method
ArcGIS Developer Help

ILog2.WillLog Method

True if the message type is allowed to be written into the log file.

[Visual Basic .NET]
Public Function WillLog ( _
    ByVal msgType As Integer _
) As Boolean
[C#]
public bool WillLog (
    int msgType
);
[C++]
HRESULT WillLog(
  long msgType
);
[C++]
Parameters
msgType [in]

msgType is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILog2 Interface