|
NeoN
A framework for CFD software
|
a Logging Mixin class that allows to attach logger to certain classes More...
#include <logging.hpp>
Public Member Functions | |
| void | setLogger (const std::shared_ptr< BaseLogger > logger) |
| std::shared_ptr< const BaseLogger > | getLogger () const |
a Logging Mixin class that allows to attach logger to certain classes
Definition at line 228 of file logging.hpp.
| std::shared_ptr< const BaseLogger > NeoN::Logging::SupportsLoggingMixin::getLogger | ( | ) | const |
| void NeoN::Logging::SupportsLoggingMixin::setLogger | ( | const std::shared_ptr< BaseLogger > | logger | ) |