29 #ifndef TOMOGRAPHER_TOOLS_BOOST_TEST_LOGGER_H 30 #define TOMOGRAPHER_TOOLS_BOOST_TEST_LOGGER_H 44 class BoostTestLogger;
51 IsThreadSafe = 0, StaticMinimumImportanceLevel = -1
71 inline void setLevel(
int level)
76 inline void emitLog(
int level,
const char * origin,
Base namespace for the Tomographer project.
A logger we can use in tests, which calls BOOST_TEST_MESSAGE()
Object which stores a log level and can initialize from a string.
Default traits for Logger implementations.
Traits template struct to be specialized for specific Logger implementations.
Utilities for logging messages.