FileLogger.LogFile Property

IT Hit WebDAV for .NET

Gets and sets log file name and path.

[Visual Basic]
Public Shared Property LogFile As String
[C#]
public static string LogFile {get; set;}

Property Value

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

FileLogger Class | ITHit.WebDAV.Client.Logger Namespace