Home -> ILogger -> Delete

Description

The Delete method destroys the logger object.

ImportantImportant

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;

See also