libfreenect2
0.2
|
Declaration of logging classes. More...
#include <string>
#include <libfreenect2/config.h>
Classes | |
class | Logger |
Provide interfaces to receive log messages. More... | |
Namespaces | |
libfreenect2 | |
Functions | |
Logger * | createConsoleLogger (Logger::Level level) |
Allocate a Logger instance that outputs log to standard input/output. More... | |
Logger * | createConsoleLoggerWithDefaultLevel () |
Default is Info, or overridden by environment variable LIBFREENECT2_LOGGER_LEVEL . More... | |
Logger * | getGlobalLogger () |
Get the pointer to the current logger. More... | |
void | setGlobalLogger (Logger *logger) |
Set the logger for all log output in this library. More... | |
Declaration of logging classes.