|
Lugdunum
0.1.0
|
Go to the source code of this file.
Namespaces | |
| lug | |
| lug::System | |
| lug::System::Logger | |
Macros | |
| #define | LUG_LOG_ENUM(CHANNEL) case Level::CHANNEL: return os << #CHANNEL; |
Functions | |
| std::ostream & | lug::System::Logger::operator<< (std::ostream &os, Level level) |
| #define LUG_LOG_ENUM | ( | CHANNEL | ) | case Level::CHANNEL: return os << #CHANNEL; |
Definition at line 8 of file Logger.cpp.
1.8.13