Class template Dune::XT::Common::WithLogger

template<typename T = void>
class Dune::XT::Common::WithLogger

CRTP-style mixin that adds a DefaultLogger member and logs ctor/dtor/assignment calls (mostly for debugging).

ThisType &Dune::XT::Common::WithLogger::operator=(const ThisType &other)

No documentation provided.

ThisType &Dune::XT::Common::WithLogger::operator=(ThisType &&source) noexcept

No documentation provided.

template<>
Dune::XT::Common::WithLogger::WithLogger<T>(const std::string &id, const std::array<bool, 3> &initial_state = <recovery-expr>({{true, true, true}}))

No documentation provided.

template<>
Dune::XT::Common::WithLogger::WithLogger<T>(const ThisType &other)

No documentation provided.

template<>
Dune::XT::Common::WithLogger::WithLogger<T>(ThisType &&source) noexcept

No documentation provided.

template<>
Dune::XT::Common::WithLogger::~WithLogger<T>()

No documentation provided.

DefaultLogger Dune::XT::Common::WithLogger::logger

No documentation provided.

type Dune::XT::Common::WithLogger::ThisType

No documentation provided.