ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::DefaultLogger::Destination Class Referenceabstract

destination for the logs More...

#include <include/reactphysics3d/utils/DefaultLogger.h>

Inheritance diagram for reactphysics3d::DefaultLogger::Destination:
reactphysics3d::DefaultLogger::FileDestination reactphysics3d::DefaultLogger::StreamDestination

Public Member Functions

 Destination (uint maxLevelFlag, Formatter *logFormatter)
 Constructor.
 
virtual ~Destination ()
 Destructor.
 
virtual void write (const time_t &time, const std::string &physicsWorldName, const std::string &message, Level level, Category category, const char *filename, int lineNumber)=0
 Write a message into the output stream.
 
virtual size_t getSizeBytes () const =0
 Return the size in bytes of the type.
 

Public Attributes

uint maxLevelFlag
 Maximum Log level flag for this destination.
 
Formatterformatter
 Pointer to the formatter.
 

Detailed Description

destination for the logs


The documentation for this class was generated from the following file: