FileDestination FileName Property NFX Class Library

[This is preliminary documentation and is subject to change.]

File name may include environment variables (e.g. ~home), and use macros to specify time "$(~home)$(@::now fmt=yyyyMMdd utc=false)-$($name).log". Pass "utc=true" argument to use UTC

Namespace: NFX.Log.Destinations
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute]
public virtual string FileName { get; set; }

Property Value

Type: OnlineString
See Also