Click or drag to resize

FileLoggerLogFile Property

IT Hit WebDAV Classes Reference
Gets and sets log file name and path.

Namespace:  ITHit.WebDAV.Client.Logger
Assemblies:   ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
public static string LogFile { get; set; }

Property Value

Type: String
Log file name and path.
Remarks

By default the log file is created in the folder where the calling assembly resides. The folder in which you plan store your log files must exist and your application must have enough permission for writing and creating files in this folder.

If log file is not created, most likely there is no permissions for creating a file.

See Also