FileLogTraceListener.CustomLocation Property

Definition

Gets or sets the log file directory when the Location property is set to Custom.

C#
public string CustomLocation { get; set; }

Property Value

String, which is the name of the log-file directory. The default setting for this property is the user's directory for application data.

Remarks

When the CustomLocation property is set, it also sets the Location property to Custom.

The CustomLocation property will throw an exception if the directory cannot be resolved.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 5, 6, 7, 8, 9, 10

See also