Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
log.hpp File Reference

Logging functions. More...

Go to the source code of this file.

Functions

void flecs::log::set_level (int level)
 Set log level. More...
 
int flecs::log::get_level (void)
 
void flecs::log::enable_colors (bool enabled=true)
 Enable colors in logging. More...
 
void flecs::log::enable_timestamp (bool enabled=true)
 Enable timestamps in logging. More...
 
void flecs::log::enable_timedelta (bool enabled=true)
 Enable time delta in logging. More...
 
void flecs::log::dbg (const char *fmt,...)
 Debug trace (level 1) More...
 
void flecs::log::trace (const char *fmt,...)
 Trace (level 0) More...
 
void flecs::log::warn (const char *fmt,...)
 Trace (level -2) More...
 
void flecs::log::err (const char *fmt,...)
 Trace (level -3) More...
 
void flecs::log::push (const char *fmt,...)
 Increase log indentation. More...
 
void flecs::log::push ()
 Increase log indentation. More...
 
void flecs::log::pop ()
 Increase log indentation. More...
 

Detailed Description

Logging functions.

Definition in file log.hpp.