LOGGER  Logger
Data Logging using ESP8266
error.h
Go to the documentation of this file.
1 
26 #ifndef errorHedit
27 #define errorHedit 1
28 
29 
34 #define MSG_MORE Serial.print
35 
37 #define MSG_END Serial.println
38 
42 #define MESSAGE Serial.print
43 
47 #define WARNING Serial.print("? WARNING: "); Serial.print
48 
52 #define ERROR Serial.print("? ERROR: "); Serial.print
53 
57 #define BUG Serial.print("? BUG: "); Serial.print
58 
59 #endif // defined(errorHedit)