Gets or sets whether the logging into a file or memory buffer is enabled.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
Property Value
Type:
Booleantrue if logging into a file or memory buffer is enabled; otherwise,
false.
The default value is
false.
RemarksUse logging only when it's needed. Logging is expensive operation,
it might considerably degrade performance in some cases.
See Also