#include <IGenericLogManager.h>

Public Member Functions | |
| virtual void | ManageMessage (const T &message)=0 |
| Implementation of this method should transfer the formatted log message to the output. | |
Objects implementing this interface are responsible for transferring the formatted log message to the output.
| T | Type of the formatted message. |
Definition at line 30 of file IGenericLogManager.h.
1.5.8