![]() |
Fixposition SDK 0.0.0-heads/main-0-g01e42d2
Collection of c++ libraries and apps for use with Fixposition products on Linux
|
Utility to create a std::ostream that prints through the logging system. More...
#include <logging.hpp>
Public Member Functions | |
| LoggingOstream (const LoggingLevel level) | |
| Constructor. | |
| std::ostream & | operator* () |
| Get stream handle. | |
Utility to create a std::ostream that prints through the logging system.
For example:
Definition at line 375 of file logging.hpp.
| fpsdk::common::logging::LoggingOstream::LoggingOstream | ( | const LoggingLevel | level | ) |
Constructor.
| [in] | level | The logging level to use |
|
inline |