MailBee.NET Objects 4.0

Logger.Clear Method 

Clears the log contents if logging is enabled.

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

Logger Class | MailBee Namespace