dev:logging_and_debugging
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
dev:logging_and_debugging [2014/09/28 09:35] – ackley | dev: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 ' | + | * Use %d for both signed and unsigned ints; there is no ' |
- | * Grep around in the codebase for examples! | + | * Grep around in the codebase for ' |
dev/logging_and_debugging.1411896916.txt.gz · Last modified: 2014/09/28 09:35 by ackley