Home -> ILogTarget -> Delete

Description

The Delete method destroys the log target object.

ImportantImportant

Targets are normally owned by ILogTarget::unique_ptr and transferred to LogManager.AddLogTarget. In that case, the custom deleter calls this method automatically.

Usage

virtual void Delete() = 0;

See also