Home -> ILogger -> Deleter

Declaration

struct Deleter;

Description

The Deleter structure is the custom deleter used by ILogger::unique_ptr. It destroys a logger by calling the virtual Delete method on the object.

Applications normally interact with this structure indirectly through the ILogger::unique_ptr alias returned by logger creation methods.

See also