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

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

commit b44dcfb6f2738bd47111cda83ce256c027908799
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Thu Dec 3 11:27:11 2015 -0800

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

diff --git a/pages/api/javascript/eina/logging.txt 
b/pages/api/javascript/eina/logging.txt
index 203077b..c64c529 100644
--- a/pages/api/javascript/eina/logging.txt
+++ b/pages/api/javascript/eina/logging.txt
@@ -56,7 +56,15 @@ The logging system uses the 
[[http://misc.flogisoft.com/bash/tip_colors_and_form
 
 ==== Environment Variables ====
 
-A number of environment variables affect the behavior of the log module.
+A number of environment variables affect the behavior of the log module. These 
are:
+
+   * ''EINA_LOG_ABORT'' - If true, messages with severity of at least the same 
of the level returned from ''efl.getLogAbortOnCriticalLevel'' or in 
''EINA_LOG_ABORT_LEVEL'' will trigger program termination. Can be overriden 
through ''efl.setLogAbortOnCritical''.
+   * ''EINA_LOG_ABORT_LEVEL'' - The least severe level that can trigger 
program termination. Can be overriden through 
''efl.setLogAbortOnCriticalLevel''.
+   * ''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'' - 
 
 ==== Functions ====
 

-- 


Reply via email to