Logging facility for endpoints

Fork of ErrorHandler by Doug Anson

Revision:
7:4844475a4135
Parent:
6:be3ca195f0d1
Child:
8:cc73ab137ae9
--- a/ErrorHandler.h	Wed Sep 17 21:36:03 2014 +0000
+++ b/ErrorHandler.h	Sun Sep 21 07:08:09 2014 +0000
@@ -22,6 +22,10 @@
  // our definitions
  #include "Definitions.h"
  
+ // biggest log message length
+ #define MAX_LOG_MESSAGE_PREFIX         128
+ #define MAX_LOG_MESSAGE                (MAX_BUFFER_LENGTH+MAX_LOG_MESSAGE_PREFIX+1)
+  
  // Support for varargs
  #include <stdarg.h>