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

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

commit ab6a87bb83e324ab50556a922027ab1907775dda
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Wed Dec 2 13:52:21 2015 -0800

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

diff --git a/pages/api/javascript/eina/logging.txt 
b/pages/api/javascript/eina/logging.txt
index e3c102e..1366d40 100644
--- a/pages/api/javascript/eina/logging.txt
+++ b/pages/api/javascript/eina/logging.txt
@@ -1,5 +1,7 @@
 ===== Javascript binding API - Eina Logging =====
 
+[[api:javascript:eina|Back to the JS Eina page]]
+
 The Eina framework provides a comprehensive system to manage logging events in 
your application. For example, it can group message in domains, assign 
different levels to the messages. There's also the possibility of intercepting 
the log messages, allowing further processing.
 
 The main workhorse is ''efl.log_print''. It will call the function defined in 
''efl.log_print_cb_set'', defaulting to a function that will print to the 
stderr. You can pass many options to ''log_print'' to control the output.

-- 


Reply via email to