Updated Runtime Logging (markdown)
parent
cb10e0fbdb
commit
0d06188495
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue