Base Salsa Object class.
More...
#include <Object.hh>
|
static std::shared_ptr< spdlog::logger > | getConsoleOutput () |
| Get console output.
|
|
static void | setConsoleLevel (spdlog::level::level_enum level) |
| Sets console log level.
|
|
|
static std::shared_ptr< spdlog::logger > | mspConsoleLogger = spdlog::stdout_color_mt("salsa") |
| Pointer to spd logger.
|
|
◆ Object()
Salsa::Object::Object |
( |
| ) |
|
Constructor
Definition at line 3 of file Object.cc.
◆ ~Object()
Salsa::Object::~Object |
( |
| ) |
|
|
virtual |
Destructor
Definition at line 9 of file Object.cc.
The documentation for this class was generated from the following files: