User Tools

Site Tools


dev:logging_and_debugging

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
dev:logging_and_debugging [2014/09/28 09:35] ackleydev:logging_and_debugging [2014/09/28 11:34] (current) ackley
Line 23: Line 23:
 if the logging level was 3 or higher. if the logging level was 3 or higher.
   * Note the logger adds a newline at the end of each log message, so typically it's expected that each log message will be a single line.   * Note the logger adds a newline at the end of each log message, so typically it's expected that each log message will be a single line.
-  * Use %d for both signed and unsigned ints; there is no '%u'+  * Use %d for both signed and unsigned ints; there is no '%u'.  (Or use %x or %o)
-  * Grep around in the codebase for examples!+  * Grep around in the codebase for 'LOG' to find lots of examples!
dev/logging_and_debugging.1411896916.txt.gz · Last modified: 2014/09/28 09:35 by ackley