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

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

commit 468140867323ac08e8e9a538f5fca7b7d3ba2bd9
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Thu Dec 3 11:50:31 2015 -0800

    Wiki page logging changed with summary [] by Lauro Moura
---
 pages/api/javascript/eina/logging.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/api/javascript/eina/logging.txt 
b/pages/api/javascript/eina/logging.txt
index c64c529..d4f9f00 100644
--- a/pages/api/javascript/eina/logging.txt
+++ b/pages/api/javascript/eina/logging.txt
@@ -63,8 +63,8 @@ A number of environment variables affect the behavior of the 
log module. These a
    * ''EINA_LOG_COLOR_DISABLE'' - If true, color printing is disabled. See 
''efl.setLogColorDisable''.
    * ''EINA_LOG_FILE_DISABLE'' - If true, filename in the messages is 
disabled. See ''efl.setLogFileDisable''.
    * ''EINA_LOG_FUNCTION_DISABLE'' - If true, function name in the messages is 
disabled. See ''efl.setLogFunctionDisable''.
-   * ''EINA_LOG_LEVEL'' -
-   * ''EINA_LOG_LEVELS'' - 
+   * ''EINA_LOG_LEVEL'' - The least severe level that will trigger log events 
to be shown. Can be overriden in ''efl.setLogLevel''.
+   * ''EINA_LOG_LEVELS'' - Works like ''EINA_LOG_LEVEL'', but on a per-domain 
basis. Can be overriden for each domain in ''efl.setLogDomainLevel'' and 
''efl.setLogDomainRegisteredLevel''.
 
 ==== Functions ====
 

-- 


Reply via email to