Home -> NullLogger -> Delete
Description
The Delete method destroys the null logger object.
Important
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;