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

Method begin

lib/ArduinoLog/ArduinoLog.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 #include "ArduinoLog.h"
35
36void Logging::begin(int level, bool showLevel)
37{
38 #ifndef DISABLE_LOGGING
39 setLevel(0, level);
40 setLevel(1, level);
41 setLevel(2, level);
42 setShowLevel(0, showLevel);
43 #endif
44}
45
46void Logging::registerOutput(uint8_t slot, Print * logOutput, int level, bool showLevel)
47{

Callers 15

initMethod · 0.45
initMethod · 0.45
gpio_setup_pinFunction · 0.45
webHandleFirmwareUploadFunction · 0.45
httpStartFunction · 0.45
mdnsStartFunction · 0.45
ftpStartFunction · 0.45
slaveSetupFunction · 0.45
telnetStartFunction · 0.45
otaUpdateCheckFunction · 0.45
otaSetupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected