[This is preliminary documentation and is subject to change.]
Save trace events to log
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public bool TraceToLog { get; set; }
[ConfigAttribute]
public bool TraceToLog { get; set; }
<ConfigAttribute>
Public Property TraceToLog As Boolean
Get
Set
<ConfigAttribute>
Public Property TraceToLog As Boolean
Get
Set
public:
[ConfigAttribute]
property bool TraceToLog {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute]
property bool TraceToLog {
bool get ();
void set (bool value);
}
[<ConfigAttribute>]
member TraceToLog : bool with get, set
[<ConfigAttribute>]
member TraceToLog : bool with get, set
Property Value
Type:
Boolean