lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Public Member Functions | Static Public Member Functions
lean::logging::log_debugger Class Reference

Log debugger class that prints any given input to the debug output window. More...

#include <log_debugger.h>

Inheritance diagram for lean::logging::log_debugger:
lean::logging::log_target

List of all members.

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.

Detailed Description

Log debugger class that prints any given input to the debug output window.


The documentation for this class was generated from the following files: