#include <terralib/core/logger/Logger.h>#include <terralib/core/utils/Platform.h>#include <terralib/core/Exception.h>#include <boost/test/unit_test.hpp>#include <boost/filesystem.hpp>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (configuration_file_logger_test) | |
| BOOST_AUTO_TEST_SUITE (logger_test_case) BOOST_AUTO_TEST_CASE(default_logger_test) | |
| BOOST_AUTO_TEST_CASE | ( | configuration_file_logger_test | ) |
Definition at line 57 of file TsLogger.cpp.
References te::core::FindInTerraLibPath(), TE_ADD_LOGGER_FROM_FILE, TE_CORE_LOG_DEBUG, TE_CORE_LOG_ERROR, TE_CORE_LOG_FATAL, TE_CORE_LOG_INFO, TE_CORE_LOG_TRACE, and TE_CORE_LOG_WARN.
| BOOST_AUTO_TEST_SUITE | ( | logger_test_case | ) |
Definition at line 38 of file TsLogger.cpp.
References te::core::Logger::instance(), TE_INIT_DEFAULT_LOGGER, TE_LOG_DEBUG, TE_LOG_ERROR, TE_LOG_FATAL, TE_LOG_INFO, TE_LOG_TRACE, TE_LOG_WARN, and TERRALIB_DEFAULT_LOGGER.