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


IServerConfigurationStorage.PutLogFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.PutLogFile Method
ArcGIS Developer Help

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