Home -> ILogTarget -> Delete
Description
The Delete method destroys the log target object.
Important
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;