EEPROM-Storage Library
The EEPROM Storage library provides the ability to access variables stored in EEPROM just as if they were stored in RAM.
 
Loading...
Searching...
No Matches
EEPROMDebug Class Reference

#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,...)
 

Detailed Description

Definition at line 50 of file EEPROM-Debug.h.

Constructor & Destructor Documentation

◆ EEPROMDebug()

EEPROMDebug::EEPROMDebug ( )

Definition at line 36 of file EEPROM-Debug.cpp.

Member Function Documentation

◆ debugLabelOff()

void EEPROMDebug::debugLabelOff ( )

Definition at line 73 of file EEPROM-Debug.cpp.

◆ debugLabelOn()

void EEPROMDebug::debugLabelOn ( )

Definition at line 69 of file EEPROM-Debug.cpp.

◆ formatTimestampOff()

void EEPROMDebug::formatTimestampOff ( )

Definition at line 81 of file EEPROM-Debug.cpp.

◆ formatTimestampOn()

void EEPROMDebug::formatTimestampOn ( )

Definition at line 77 of file EEPROM-Debug.cpp.

◆ getDebugLevel()

int EEPROMDebug::getDebugLevel ( ) const

Definition at line 53 of file EEPROM-Debug.cpp.

◆ newlineOff()

void EEPROMDebug::newlineOff ( )

Definition at line 65 of file EEPROM-Debug.cpp.

◆ newlineOn()

void EEPROMDebug::newlineOn ( )

Definition at line 61 of file EEPROM-Debug.cpp.

◆ print() [1/2]

void EEPROMDebug::print ( int const  debug_level,
const __FlashStringHelper *  fmt,
  ... 
)

Definition at line 110 of file EEPROM-Debug.cpp.

◆ print() [2/2]

void EEPROMDebug::print ( int const  debug_level,
const char *  fmt,
  ... 
)

Definition at line 93 of file EEPROM-Debug.cpp.

◆ setDebugLevel()

void EEPROMDebug::setDebugLevel ( int const  debug_level)

Definition at line 49 of file EEPROM-Debug.cpp.

◆ setDebugOutputStream()

void EEPROMDebug::setDebugOutputStream ( Stream *  stream)

Definition at line 57 of file EEPROM-Debug.cpp.

◆ timestampOff()

void EEPROMDebug::timestampOff ( )

Definition at line 89 of file EEPROM-Debug.cpp.

◆ timestampOn()

void EEPROMDebug::timestampOn ( )

Definition at line 85 of file EEPROM-Debug.cpp.


The documentation for this class was generated from the following files: