#include <memory>#include <sstream>#include <schunk_svh_library/LogHandler.h>#include <schunk_svh_library/LogLevel.h>

Go to the source code of this file.
Classes | |
| class | driver_svh::Logger |
| Small singleton-based logging class with an exchangeable log handler. More... | |
Namespaces | |
| driver_svh | |
Macros | |
| #define | SVH_LOG_DEBUG_STREAM(NAME, M) |
| #define | SVH_LOG_ERROR_STREAM(NAME, M) |
| #define | SVH_LOG_FATAL_STREAM(NAME, M) |
| #define | SVH_LOG_INFO_STREAM(NAME, M) |
| #define | SVH_LOG_WARN_STREAM(NAME, M) |
Definition in file Logger.h.
| #define SVH_LOG_DEBUG_STREAM | ( | NAME, | |
| M | |||
| ) |
| #define SVH_LOG_ERROR_STREAM | ( | NAME, | |
| M | |||
| ) |
| #define SVH_LOG_FATAL_STREAM | ( | NAME, | |
| M | |||
| ) |
| #define SVH_LOG_INFO_STREAM | ( | NAME, | |
| M | |||
| ) |
| #define SVH_LOG_WARN_STREAM | ( | NAME, | |
| M | |||
| ) |