Home -> ILogTarget -> Deleter
Declaration
struct Deleter;Description
The Deleter structure is the custom deleter used by ILogTarget::unique_ptr. It destroys a target by calling the virtual Delete method on the object.
Applications normally interact with this structure indirectly when transferring targets to LogManager.AddLogTarget.