ArcObjects Library Reference  (System)    

ILogSupport.InitLogging Method

Initializes an object with a log.

[Visual Basic 6.0]
Sub InitLogging(
    ByVal Log As ILog _
)
[Visual Basic .NET]
Public Sub InitLogging ( _
    ByVal Log As ILog _
)
[C#]
public void InitLogging (
    ILog Log
);
[Java]
public void initLogging (
    ILog Log
)
throws
    IOException,
    AutomationException
[C++]
HRESULT InitLogging(
  ILog* Log
);
[C++]

Parameters

Log [in]

  Log is a parameter of type ILog

Product Availability

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

See Also

ILogSupport Interface