Visual Computing Library
devel
|
The LoggerConcept is satisfied if the type T is a valid Logger type. More...
#include <vclib/base/logger/abstract_logger.h>
The LoggerConcept is satisfied if the type T is a valid Logger type.
A valid Logger type must inherit from AbstractLogger, and therefore it must provide all the pure virtual member functions to control the logging behavior.