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

◆ trace()

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

Logs a TRACE-level message.

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

Definition at line 162 of file Commentator.hpp.

164 {
165 announce(LogLevel::TRACE, source, message, location);
166 }
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.