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

◆ info()

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

Logs an INFO-level message.

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

Definition at line 186 of file Commentator.hpp.

188 {
189 announce(LogLevel::INFO, source, message, location);
190 }
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.