Helpful logging and error format

Dependents:   Waldo_Embed_V2

Inspired by this blog post.

Work in Progress

Revision:
3:9f20058284bd
Parent:
1:491d2a7f4207
Child:
4:cf2ada8ed11b
--- a/LogUtil.cpp	Fri Apr 05 23:16:03 2013 +0000
+++ b/LogUtil.cpp	Wed Apr 10 06:18:50 2013 +0000
@@ -30,7 +30,6 @@
     debug.printf("\033[2J");  // clear the terminal
     debug.printf("\033[1;1H");// and set the cursor to home
     wait(0.5f);
-    
     return;
  }