feat(build): Add flag for drawing visible whitespace
This commit is contained in:
parent
a26a15d485
commit
6fb48c8e6f
6 changed files with 20 additions and 5 deletions
include/components
|
@ -40,7 +40,7 @@ class logger {
|
|||
void trace(string message, Args... args) const {
|
||||
output(loglevel::TRACE, message, args...);
|
||||
}
|
||||
#ifdef VERBOSE_TRACELOG
|
||||
#ifdef DEBUG_LOGGER_TRACE
|
||||
template <typename... Args>
|
||||
void trace_x(string message, Args... args) const {
|
||||
output(loglevel::TRACE, message, args...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue