|
| level | oak::get_level () |
| |
| long unsigned int | oak::get_flags () |
| |
| bool | oak::is_file_open () |
| |
| void | oak::set_level (const oak::level &lvl) |
| |
| std::expected< int, std::string > | oak::set_file (const std::string &file) |
| |
| void | oak::close_file () |
| |
| void | oak::add_to_queue (const std::string &str, const destination &d) |
| |
| template<typename... Args> |
| void | oak::add_flags (flags flg, Args &&...args) |
| |
| template<typename... Args> |
| void | oak::add_flags (flags flg) |
| |
| template<typename... Args> |
| void | oak::set_flags (flags flg, Args &&...args) |
| |
| void | oak::writer () |
| |
| void | oak::init_writer () |
| |
| void | oak::stop_writer () |
| |
| std::expected< int, std::string > | oak::settings_file (const std::string &file) |
| |
| template<typename... Args> |
| std::string constexpr | oak::log_to_string (const level &lvl, const std::string &fmt, Args &&...args) |
| |
| template<typename... Args> |
| void | oak::log_to_stdout (const level &lvl, const std::string &fmt, Args &&...args) |
| |
| void | oak::log_to_stdout (const std::string &str) |
| |
| template<typename... Args> |
| void | oak::log_to_file (const level &lvl, const std::string &fmt, Args &&...args) |
| |
| void | oak::log_to_file (const std::string &str) |
| |
| template<typename... Args> |
| void | oak::log (const level &lvl, const std::string &fmt, Args &&...args) |
| |
| template<typename... Args> |
| void | oak::out (const std::string &fmt, Args &&...args) |
| |
| template<typename... Args> |
| void | oak::debug (const std::string &fmt, Args &&...args) |
| |
| template<typename... Args> |
| void | oak::info (const std::string &fmt, Args &&...args) |
| |
| template<typename... Args> |
| void | oak::warn (const std::string &fmt, Args &&...args) |
| |
| template<typename... Args> |
| void | oak::error (const std::string &fmt, Args &&...args) |
| |
| template<typename... Args> |
| void | oak::output (const std::string &fmt, Args &&...args) |
| |
| template<typename... Args> |
| void | oak::async (const level &lvl, const std::string &fmt, Args &&...args) |
| |
| void | oak::flush () |
| |