lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Log debugger class that prints any given input to the debug output window. More...
#include <log_debugger.h>
Public Member Functions | |
void | print (const char_ntri &message) |
Prints the given message to the debug output window. This method is thread-safe. | |
Static Public Member Functions | |
static LEAN_MAYBE_EXPORT log_debugger & | get () |
Gets the log target instance. This method is thread-safe. |
Log debugger class that prints any given input to the debug output window.