Get or set the log filename, by default it the entry assembly name with a .log file extension.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Property LogFileName As String
	Get
	Set
C#
public static string LogFileName { get; set; }

See Also