#include <EEPROM-Debug.h>
Public Member Functions | |
| EEPROMDebug () | |
| void | setDebugLevel (int const debug_level) |
| int | getDebugLevel () const |
| void | setDebugOutputStream (Stream *stream) |
| void | timestampOn () |
| void | timestampOff () |
| void | newlineOn () |
| void | newlineOff () |
| void | debugLabelOn () |
| void | debugLabelOff () |
| void | formatTimestampOn () |
| void | formatTimestampOff () |
| void | print (int const debug_level, const char *fmt,...) |
| void | print (int const debug_level, const __FlashStringHelper *fmt,...) |
Definition at line 50 of file EEPROM-Debug.h.
| EEPROMDebug::EEPROMDebug | ( | ) |
Definition at line 36 of file EEPROM-Debug.cpp.
| void EEPROMDebug::debugLabelOff | ( | ) |
Definition at line 73 of file EEPROM-Debug.cpp.
| void EEPROMDebug::debugLabelOn | ( | ) |
Definition at line 69 of file EEPROM-Debug.cpp.
| void EEPROMDebug::formatTimestampOff | ( | ) |
Definition at line 81 of file EEPROM-Debug.cpp.
| void EEPROMDebug::formatTimestampOn | ( | ) |
Definition at line 77 of file EEPROM-Debug.cpp.
| int EEPROMDebug::getDebugLevel | ( | ) | const |
Definition at line 53 of file EEPROM-Debug.cpp.
| void EEPROMDebug::newlineOff | ( | ) |
Definition at line 65 of file EEPROM-Debug.cpp.
| void EEPROMDebug::newlineOn | ( | ) |
Definition at line 61 of file EEPROM-Debug.cpp.
| void EEPROMDebug::print | ( | int const | debug_level, |
| const __FlashStringHelper * | fmt, | ||
| ... | |||
| ) |
Definition at line 110 of file EEPROM-Debug.cpp.
| void EEPROMDebug::print | ( | int const | debug_level, |
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 93 of file EEPROM-Debug.cpp.
| void EEPROMDebug::setDebugLevel | ( | int const | debug_level | ) |
Definition at line 49 of file EEPROM-Debug.cpp.
| void EEPROMDebug::setDebugOutputStream | ( | Stream * | stream | ) |
Definition at line 57 of file EEPROM-Debug.cpp.
| void EEPROMDebug::timestampOff | ( | ) |
Definition at line 89 of file EEPROM-Debug.cpp.
| void EEPROMDebug::timestampOn | ( | ) |
Definition at line 85 of file EEPROM-Debug.cpp.