[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.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public virtual string FileName { get; set; }
[ConfigAttribute]
public virtual string FileName { get; set; }
<ConfigAttribute>
Public Overridable Property FileName As String
Get
Set
<ConfigAttribute>
Public Overridable Property FileName As String
Get
Set
public:
[ConfigAttribute]
virtual property String^ FileName {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute]
virtual property String^ FileName {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute>]
abstract FileName : string with get, set
[<ConfigAttribute>]
override FileName : string with get, set
[<ConfigAttribute>]
abstract FileName : string with get, set
[<ConfigAttribute>]
override FileName : string with get, set
Property Value
Type:
String