ArcObjects Library Reference (Server)  

IServerConfigurationStorage.PutLogFile Method

[Visual Basic .NET]
Public Sub PutLogFile ( _
    ByVal fileName As String, _
    ByVal DateCreated As DateTime, _
    ByVal DateModified As DateTime, _
    ByVal Log As String _
)
[C#]
public void PutLogFile (
    string fileName,
    DateTime DateCreated,
    DateTime DateModified,
    string Log
);
[C++]
HRESULT PutLogFile(
  BSTR fileName,
  DATE DateCreated,
  DATE DateModified,
  BSTR Log
);
[C++]

Parameters

fileName [in]   fileName is a parameter of type BSTR DateCreated [in]   DateCreated is a parameter of type DATE DateModified [in]   DateModified is a parameter of type DATE Log [in]   Log is a parameter of type BSTR

Product Availability

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

See Also

IServerConfigurationStorage Interface