Panda3D
Static Public Member Functions | Protected Member Functions
PandaLogger Class Reference

Custom implementation of Assimp::Logger. More...

#include "pandaLogger.h"

List of all members.

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)

Detailed Description

Custom implementation of Assimp::Logger.

It simply wraps around the assimp_cat methods.

Definition at line 27 of file pandaLogger.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations