JayBeams
0.1
Another project to have fun coding.
|
#include <jb/as_hhmmss.hpp>
#include <jb/log.hpp>
#include <boost/log/sinks/sync_frontend.hpp>
#include <boost/log/sinks/text_ostream_backend.hpp>
#include <boost/test/unit_test.hpp>
#include <sstream>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (logging_basic) | |
BOOST_AUTO_TEST_CASE (logging_yaml) | |
BOOST_AUTO_TEST_CASE (logging_config_errors) | |
BOOST_AUTO_TEST_CASE | ( | logging_basic | ) |
Definition at line 12 of file ut_logging.cpp.
References jb::debug, jb::log::defaults::enable_file_logging, jb::log::init(), JB_LOG, jb::log::defaults::minimum_severity, jb::log::next_tid(), and jb::warning.
BOOST_AUTO_TEST_CASE | ( | logging_yaml | ) |
Definition at line 75 of file ut_logging.cpp.
References jb::error, jb::config_object::load_overrides(), jb::log::config::minimum_console_severity, jb::log::config::minimum_severity, and jb::notice.
BOOST_AUTO_TEST_CASE | ( | logging_config_errors | ) |
Definition at line 96 of file ut_logging.cpp.
References jb::config_object::load_overrides().