20 #ifndef INFO_LOGGER_HPP 21 #define INFO_LOGGER_HPP 36 InfoLogger(
const std::string& context_arg, std::size_t info_limit);
37 void operator()(
const std::string& msg);
40 std::size_t info_limit;
41 std::size_t info_count=0;
42 void (*log_function)(
const std::string&);
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: InfoLogger.hpp:34