LoggerClear Method
Clears the log contents if logging is enabled.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Clear()
Remarks
If memory logging is used (MemoryLog is true), the memory buffer length is set to 0. If file logging is used (MemoryLog is false), the log file denoted by Filename property value is cleared.
Note Note
In UWP apps, use async version of this method.
See Also