#include <ILogManager.h>
Public Member Functions | |
virtual | ~ILogManager () |
Dummy virtual destructor to make ILogManager polymorphic. |
This interface has been created to hide the template parameter T of the IGenericLogManager from the Logger. New log managers implementations shouldn't implement this interface directly, they should implement IGenericLogManager instead.
Definition at line 27 of file ILogManager.h.