|
bwmodel
A modeling environment for Minecraft Bedwars
|
#include <logger.h>
Classes | |
| struct | LocationInfo |
Public Member Functions | |
| Logger (std::ostream &out) | |
| template<typename T > | |
| Logger & | operator<< (T val) |
| Logger & | operator<< (const LocationInfo &location_info) |
Static Public Member Functions | |
| static Logger & | main () |
Static Public Attributes | |
| static bool | main_enabled = true |
A wrapper around output logging.
|
inline |
Constructs a new Logger that logs to out.
|
inlinestatic |
The global logger instance.
|
inline |
Sets location information to location_info.
|
inline |
Logs val.
|
static |
Global logger enable flag.