MailBee.NET Objects 4.0

Logger.MemoryLog Property

Gets or sets whether the logging must be performed into a log file or into a memory buffer.

public bool MemoryLog {get; set;}

Property Value

true if logging is performed into the memory buffer; false if logging is performed into the file. The default value is false.

Remarks

To enable logging (either into memory or into a file), the logging itself must be enabled as well (Enabled property value must be set to true).

See Also

Logger Class | MailBee Namespace