Very Simple Cross-Platform Library
|
#include <Log.h>
Static Public Member Functions | |
static void | registerFunction (std::function< void(const char *)> fn) |
static void | log (const char *format,...) |
Basic logging facility. A function may be registered to receive the log entries. Otherwise, they are printed to the standard output.
|
static |
|
static |