MimIR 0.1
MimIR is my Intermediate Representation
|
Go to the source code of this file.
Classes | |
class | mim::Log |
Facility to log what you are doing. More... | |
Namespaces | |
namespace | mim |
Macros | |
Logging Macros | |
Macros for different mim::Log::Levels for ease of use.
| |
#define | ELOG(...) |
#define | WLOG(...) |
#define | ILOG(...) |
#define | VLOG(...) |
#define | DLOG(...) |
Vaporizes to nothingness in Debug build. | |
#define DLOG | ( | ... | ) |
Vaporizes to nothingness in Debug
build.
Definition at line 93 of file log.h.
Referenced by mim::World::app().
#define ELOG | ( | ... | ) |
#define ILOG | ( | ... | ) |
Definition at line 89 of file log.h.
Referenced by mim::Driver::load().
#define VLOG | ( | ... | ) |
#define WLOG | ( | ... | ) |
Definition at line 88 of file log.h.
Referenced by mim::World::extract(), and mim::Driver::load().