|
FlatImage
A configurable Linux containerization system
|
Critical-level logger (highest priority, always shown) More...
#include <log.hpp>
Public Member Functions | |
| critical (Location location=Location()) | |
| Constructs a critical logger. | |
Public Member Functions inherited from ns_log::Writer | |
| Writer (Location const &location, Level const &level, std::string prefix, std::ostream &ostream) | |
| Constructs a Writer with location and level information. | |
| template<ns_concept::StringRepresentable T, typename... Args> requires ( ( ns_concept::StringRepresentable<Args> or ns_concept::Iterable<Args> ) and ... ) | |
| void | operator() (T &&format, Args &&... args) |
| Writes a formatted log message. | |
Critical-level logger (highest priority, always shown)
Always outputs to console regardless of logger level. Always writes to sink file if configured. Uses stderr.