Panda3D
|
Custom implementation of Assimp::Logger. More...
#include "pandaLogger.h"
Static Public Member Functions | |
static void | set_default () |
Makes sure there's a global PandaLogger object and makes sure that it is Assimp's default logger. | |
Protected Member Functions | |
bool | attachStream (Assimp::LogStream *, unsigned int) |
bool | detatchStream (Assimp::LogStream *, unsigned int) |
void | OnDebug (const char *message) |
void | OnError (const char *message) |
void | OnInfo (const char *message) |
void | OnWarn (const char *message) |
Custom implementation of Assimp::Logger.
It simply wraps around the assimp_cat methods.
Definition at line 27 of file pandaLogger.h.
void PandaLogger::set_default | ( | ) | [static] |
Makes sure there's a global PandaLogger object and makes sure that it is Assimp's default logger.
Definition at line 28 of file pandaLogger.cxx.