|
Easys
A minimalist, header-only C++ ECS library for efficient and fuss-free entity and component management.
|
Classes | |
| class | EntryExitLogger |
| class | FileWriter |
| struct | is_enabled |
| struct | source_location |
Enumerations | |
| enum class | LogLevel : int { EASYS_NONE = 0 , EASYS_ERROR = 1 , EASYS_INFO = 2 , EASYS_DEBUG = 3 , EASYS_TRACE = 4 } |
Functions | |
| std::string | get_timestamp () |
| constexpr std::string_view | level_to_string (LogLevel level) |
| void | log_impl (LogLevel level, std::string_view message, Easys::log::source_location location) |
|
strong |
|
inline |
|
constexpr |
|
inline |