#include <btk/core/config/btk_config.hpp>
#include <btk/core/io/logger.hpp>
#include <btk/core/io/logger_level.hpp>
#include <btk/core/io/logger_stream.hpp>
#include <btk/core/io/cached_logger.hpp>
#include <btk/core/io/filter_logger.hpp>
Go to the source code of this file.
Namespaces | |
namespace | BTK |
namespace | BTK::IO |
namespace | BTK::IO::LOGGING |
Functions | |
void | log_msg (std::string const &msg, LoggerLevel msg_level=EVERYTHING) |
A convenience function for writing log messages to the logger. | |
void | error_msg (std::string const &msg) |
A convenience function for writing error messages to the logger. |