ArcObjects Library Reference (DefenseSolutions)  

ILuminenSettings.MinimumLogLevel Property

Controls instrumentation level: 0 = DEBUG/TRACE/WARNING, 1 = TRACE/WARNING, 2 = WARNING.

[Visual Basic .NET]
Public Property MinimumLogLevel As Integer
[C#]
public int MinimumLogLevel {get; set;}
[C++]
HRESULT get_MinimumLogLevel(
  long* pVal
);
[C++]
HRESULT put_MinimumLogLevel(
  long pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type long pVal [in]   pVal is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILuminenSettings Interface