Description
The Delete method destroys the logger object.
Important
Call this method only when manually managing a logger lifetime. In normal code, hold loggers in ILogger::unique_ptr and allow the custom deleter to call this method.
Usage
virtual void Delete() = 0;