| FileTargetCleanupFileName Property |
Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes.
If set to false, nothing gets written when the filename is wrong.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public bool CleanupFileName { get; set; }
Public Property CleanupFileName As Boolean
Get
Set
Dim instance As FileTarget
Dim value As Boolean
value = instance.CleanupFileName
instance.CleanupFileName = value
member CleanupFileName : bool with get, set
Property Value
Type:
BooleanSee Also