WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=c2101e8891797b7fb4ac2939ffff5cef0cf81ed4

commit c2101e8891797b7fb4ac2939ffff5cef0cf81ed4
Author: Gareth Halfacree <[email protected]>
Date:   Mon Dec 11 07:09:13 2017 -0800

    Wiki page log-levels.md changed with summary [] by Gareth Halfacree
---
 pages/develop/debug/log-levels.md.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pages/develop/debug/log-levels.md.txt 
b/pages/develop/debug/log-levels.md.txt
index 20261861c..620983055 100644
--- a/pages/develop/debug/log-levels.md.txt
+++ b/pages/develop/debug/log-levels.md.txt
@@ -56,7 +56,8 @@ EINA_LOG_LEVEL={N} ./{application}
 
 Where ``{N}`` is the log level number and ``{application}`` the binary you are 
currently debugging.
 
-The global ``EINA_LOG_LEVEL`` can also be set within your code using the 
``eina_log_level_set()`` function.
+> **NOTE:**
+> The global ``EINA_LOG_LEVEL`` can also be set within your code using the 
``eina_log_level_set()`` function.
 
 #### Disabling Internal Eina Logging ####
 
@@ -65,6 +66,7 @@ While developing your libraries or applications, you may 
notice that the ``EINA_
 ```bash
 EINA_LOG_LEVEL={N} EINA_LOG_LEVELS_GLOB=eina_*:0 ./{application}
 ```
+
 Where ``{N}`` is the log level number and ``{application}`` the binary you are 
currently debugging. Removing these internal logs from the output makes it 
easier for you to see your own domain messages.
 
 ### Aborting on Selected Log Level ##

-- 


Reply via email to