doc: fix reference to log.h

logger api header file reference was incorrect

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-09-04 13:17:25 -07:00 committed by Anas Nashif
parent 5f4cb3fd69
commit 13a210355e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ time filtering is independent for each backend and each source of log messages.
Source of log messages can be a module or specific instance of the module.
There are four severity levels available in the system: error, warning, info
and debug. For each severity level the logger API (:file:`subsys/logging/log.h`)
and debug. For each severity level the logger API (:file:`include/logging/log.h`)
has set of dedicated macros. Logger API also has macros for logging data.
For each level following set of macros are available: