LoggerClear Method
Clears the log contents if logging is enabled.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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.
See Also