globjects
2.0.0.690708773bba
Strict OpenGL objects wrapper.
|
Abstract interface to handle LogMessages. More...
#include <globjects/include/globjects/base/AbstractLogHandler.h>
Public Member Functions | |
virtual | ~AbstractLogHandler () |
virtual void | handle (const LogMessage &message)=0 |
Abstract interface to handle LogMessages.
globejcts uses a global logging handler to dispatch all generated LogMessages. This is the abstract interface for handling them. Subclass this class if you wish to replace the global default logging behavior in globjects, which is to write everything to stdout.
|
inlinevirtual |
|
pure virtual |
Implemented in globjects::ConsoleLogger.