Home -> LogTargetStandardOut -> Delete

Description

The Delete method destroys the standard output target object.

ImportantImportant

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

Usage

void Delete() override;

See also