#include <inttypes.h>
#include <stdarg.h>
#include "WProgram.h"
#include <avr/io.h>
Go to the source code of this file.
Classes | |
class | Logging |
Defines | |
#define | LOG_LEVEL_NOOUTPUT 0 |
#define | LOG_LEVEL_ERRORS 1 |
#define | LOG_LEVEL_INFOS 2 |
#define | LOG_LEVEL_DEBUG 3 |
#define | LOG_LEVEL_VERBOSE 4 |
#define | LOGLEVEL LOG_LEVEL_DEBUG |
#define | CR "\r\n" |
#define | LOGGING_VERSION 1 |
Variables | |
Logging | Log |
#define LOG_LEVEL_DEBUG 3 |
#define LOG_LEVEL_ERRORS 1 |
#define LOG_LEVEL_INFOS 2 |
#define LOG_LEVEL_NOOUTPUT 0 |
#define LOG_LEVEL_VERBOSE 4 |
Definition at line 117 of file Logging.cpp.