From ac5d019d45663d44a3cef25013fc5d77b56018ef Mon Sep 17 00:00:00 2001 From: Mikhail Titov Date: Wed, 29 Jul 2015 16:11:47 -0500 Subject: [PATCH] Updated Logging with Boost.Log v2 (to be integrated) (markdown) --- Logging-with-Boost.Log-v2-(to-be-integrated).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logging-with-Boost.Log-v2-(to-be-integrated).md b/Logging-with-Boost.Log-v2-(to-be-integrated).md index a3d72fa..b268361 100644 --- a/Logging-with-Boost.Log-v2-(to-be-integrated).md +++ b/Logging-with-Boost.Log-v2-(to-be-integrated).md @@ -1,6 +1,6 @@ [Boost.Log v2](http://www.boost.org/doc/libs/develop/libs/log/doc/html/index.html) provides an incredible flexibility. An extra insight into a context where log event was captured would be available once the branch is merged. Namely, thread id, object instance id, total traffic counters, and class name (channel) in addition to existing severity level would be available. -Logging is configured via a [primitive ini file used by log setup](http://www.boost.org/doc/libs/develop/libs/log/doc/html/log/detailed/utilities.html#log.detailed.utilities.setup.settings_file). Here is an example +Logging is configured via a [primitive ini file used by log setup](http://www.boost.org/doc/libs/develop/libs/log/doc/html/log/detailed/utilities.html#log.detailed.utilities.setup.settings_file) named `i2p.logging` in i2pd data directory. Here is an example ```ini # Comments are allowed. Comment line begins with the '#' character