|
|
@ -145,6 +145,12 @@ inline c11log::details::line_logger c11log::logger::warn(const Args&... args)
|
|
|
|
return log(level::WARNING, args...);
|
|
|
|
return log(level::WARNING, args...);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
template <typename... Args>
|
|
|
|
|
|
|
|
inline c11log::details::line_logger c11log::logger::error(const Args&... args)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
return log(level::ERROR, args...);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
template <typename... Args>
|
|
|
|
template <typename... Args>
|
|
|
|
inline c11log::details::line_logger c11log::logger::critical(const Args&... args)
|
|
|
|
inline c11log::details::line_logger c11log::logger::critical(const Args&... args)
|
|
|
|
{
|
|
|
|
{
|
|
|
|