Home -> Logger -> Delete

Description

The Delete method destroys the logger object.

ImportantImportant

Objects returned through ILogger::unique_ptr are normally destroyed by the smart pointer deleter rather than by calling this method directly.

Usage

void Delete() override;

See also