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

◆ fatal()

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

Logs a FATAL-level message.

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

Definition at line 222 of file Commentator.hpp.

224 {
225 announce(LogLevel::FATAL, source, message, location);
226 }
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.