Home -> LogTargetCallback -> Delete

Description

The Delete method destroys the callback target object.

ImportantImportant

Targets are normally destroyed through ILogTarget::unique_ptr or the owning LogManager.

Usage

void Delete() override;

See also