lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Log target interface. More...
#include <log_target.h>
Public Member Functions | |
virtual void | print (const char_ntri &message)=0 |
Prints the given message. |
Log target interface.