MCPcopy Create free account
hub / github.com/HASwitchPlate/openHASP / Logging

Class Logging

lib/ArduinoLog/ArduinoLog.h:88–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 */
87
88class Logging {
89 public:
90 /**
91 * default Constructor
92 */
93 Logging()
94#ifndef DISABLE_LOGGING
95 // : _level(LOG_LEVEL_SILENT), _showLevel(true)
96#endif
97 {}
98
99 /**
100 * Initializing, must be called as first. Note that if you use

Callers 1

ArduinoLog.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected