MailBee.NET Objects 3.1

Logger.Enabled Property

Gets or sets whether the logging into a file or memory buffer is enabled.

public bool Enabled {get; set;}

Property Value

true 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

Logger Class | MailBee Namespace