diff --git a/doc/guide/logging.xml b/doc/guide/logging.xml index 2459896029..9f8ca09a27 100644 --- a/doc/guide/logging.xml +++ b/doc/guide/logging.xml @@ -55,13 +55,14 @@ name (string) - Each logger in the system has a name, the name being that - of the component using it to log messages. For instance, - if you want to configure logging for the Dhcp4 module, - you add an entry for a logger named Dhcp4. This - configuration will then be used by the loggers in the - Dhcp4 module, and all the libraries used by it. - + Each logger in the system has a name, the name being that + of the component using it to log messages. For instance, + if you want to configure logging for the Dhcp4 module, + you add an entry for a logger named Dhcp4. This + configuration will then be used by the loggers in the + Dhcp4 module, and all the libraries used by it (unless + a library defines its own logger). +