MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ debug()

void Lila::Commentator::debug ( Emitter  source,
std::string_view  message,
std::source_location  location = std::source_location::current() 
)
inline

Logs a DEBUG-level message.

Parameters
sourceEmitter subsystem.
messageLog message.
locationSource location (auto-filled).

Definition at line 174 of file Commentator.hpp.

176 {
177 announce(LogLevel::DEBUG, source, message, location);
178 }
void announce(LogLevel level, Emitter source, std::string_view message, std::source_location location=std::source_location::current())
Announces a log message with full control.