|
Avara3D 0.2.0
C++ API reference
|
Interface for destinations that receive formatted Log output. More...
#include <a3d/log/sink/LogSink.h>
Public Member Functions | |
| virtual void | write (const std::string &output, Level level)=0 |
Writes already-formatted output associated with level. More... | |
| virtual void | flush () |
| Flushes buffered sink output; the base implementation does nothing. More... | |
Interface for destinations that receive formatted Log output.
|
virtual |
Flushes buffered sink output; the base implementation does nothing.
Reimplemented in a3d::log::FileLogSink, and a3d::log::StdOutLogSink.
|
pure virtual |
Writes already-formatted output associated with level.
Implemented in a3d::log::FileLogSink, and a3d::log::StdOutLogSink.