|
Vesper 0.5.1
Vesper is short form for the Latin word for "Bat", as Vesper is designed to be small, lightweight, and easily handle things like particles and flocking behaviors in accordance with the nature of bats. \n It is meant to be a particle simulation, VFX editor, and CAN be used secondarily as a small game engine. GitHub | Vesper Updates | Creator |
Declares the logging system for the Vesper engine. More...
Go to the source code of this file.
Classes | |
| class | Vesper::Log |
| A logging utility class for the Vesper engine. More... | |
Namespaces | |
| namespace | Vesper |
| TEMPORARY. | |
Macros | |
| #define | VZ_CORE_TRACE(...) |
| trace: lowest level, for detailed debug information | |
| #define | VZ_CORE_INFO(...) |
| info: general information about application flow | |
| #define | VZ_CORE_WARN(...) |
| warn: indicates a potential issue or important event | |
| #define | VZ_CORE_ERROR(...) |
| error: indicates an error that has occurred | |
| #define | VZ_CORE_FATAL(...) |
| fatal: indicates a critical error that may cause application termination | |
| #define | VZ_TRACE(...) |
| trace: lowest level, for detailed debug information | |
| #define | VZ_INFO(...) |
| info: general information about application flow | |
| #define | VZ_WARN(...) |
| warn: indicates a potential issue or important event | |
| #define | VZ_ERROR(...) |
| error: indicates an error that has occurred | |
| #define | VZ_FATAL(...) |
| fatal: indicates a critical error that may cause application termination | |
Declares the logging system for the Vesper engine.
| #define VZ_CORE_ERROR | ( | ... | ) |
error: indicates an error that has occurred
| #define VZ_CORE_FATAL | ( | ... | ) |
fatal: indicates a critical error that may cause application termination
| #define VZ_CORE_INFO | ( | ... | ) |
info: general information about application flow
| #define VZ_CORE_TRACE | ( | ... | ) |
trace: lowest level, for detailed debug information
| #define VZ_CORE_WARN | ( | ... | ) |
warn: indicates a potential issue or important event
| #define VZ_ERROR | ( | ... | ) |
error: indicates an error that has occurred
| #define VZ_FATAL | ( | ... | ) |
fatal: indicates a critical error that may cause application termination
| #define VZ_INFO | ( | ... | ) |
info: general information about application flow
| #define VZ_TRACE | ( | ... | ) |
trace: lowest level, for detailed debug information
| #define VZ_WARN | ( | ... | ) |
warn: indicates a potential issue or important event