Activate exception logging.
Default: true
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic static bool Active { get; set; }Public Shared Property Active As Boolean
Get
Set
Dim value As Boolean
value = Logger.Active
Logger.Active = value
public:
static property bool Active {
bool get ();
void set (bool value);
}static member Active : bool with get, set
Property Value
Boolean
See Also