From 0d06188495fb9f1ed3f7222f89046f72db5413d8 Mon Sep 17 00:00:00 2001 From: kunitoki Date: Mon, 9 Apr 2012 14:08:16 -0700 Subject: [PATCH] Updated Runtime Logging (markdown) --- Runtime-Logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime-Logging.md b/Runtime-Logging.md index a1e11ba..aed4357 100644 --- a/Runtime-Logging.md +++ b/Runtime-Logging.md @@ -19,7 +19,7 @@ Then if we have a file called cairo_renderer.cpp and need to debug a string: MAPNIK_LOG_DEBUG(cairo_renderer) << "Log my data, visible at DEBUG severity level"; ``` -## All the logging facilties in C++ +## All the logging facilities in C++ ```cpp // Output a string in INFO severity level