#include <mitsuba/mitsuba.h>Go to the source code of this file.
Classes | |
| class | mitsuba::Formatter |
| Abstract interface for converting log information into a human-readable format. More... | |
| class | mitsuba::DefaultFormatter |
| The default formatter used to turn log messages into a human-readable form. More... | |
Namespaces | |
| mitsuba | |
Macros | |
| #define | __MITSUBA_CORE_FORMATTER_H_ |
Enumerations | |
| enum | mitsuba::ELogLevel { mitsuba::ETrace = 0, mitsuba::EDebug = 100, mitsuba::EInfo = 200, mitsuba::EWarn = 300, mitsuba::EError = 400 } |
| Available Log message types. More... | |
| #define __MITSUBA_CORE_FORMATTER_H_ |