Gets or sets whether the logging into a file or memory buffer is enabled.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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.
Remarks Use logging only when it's needed. Logging is expensive operation,
it might considerably degrade performance in some cases.
See Also