Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| lib:logging [2020/11/08 19:23] – created sprowell | lib:logging [2020/11/08 19:32] (current) – [Using Logging] sprowell | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| To use logging from within the library, simply use the macros provided by the '' | To use logging from within the library, simply use the macros provided by the '' | ||
| - | < | + | < |
| use log:: | use log:: | ||
| //... | //... | ||
| Line 21: | Line 21: | ||
| You can specify a target for the log message as follows: '' | You can specify a target for the log message as follows: '' | ||
| - | If you are writing an executable that will use the library, you should enable logging by calling '' | + | If you are writing an executable that will use the library, you should enable logging by calling '' |