carl
24.04
Computer ARithmetic Library
|
Base class for a logging sink. More...
#include <Sink.h>
Public Member Functions | |
virtual std::ostream & | log () noexcept=0 |
Abstract logging interface. More... | |
Base class for a logging sink.
It only provides an interface to access some std::ostream.
|
pure virtualnoexcept |
Abstract logging interface.
The intended usage is to write any log output to the output stream returned by this function.
Implemented in carl::logging::FileSink, and carl::logging::StreamSink.