WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=9ca4719c94e471dd43cefdabbd5d1353d861c830
commit 9ca4719c94e471dd43cefdabbd5d1353d861c830 Author: Lauro Moura <[email protected]> Date: Wed Dec 2 12:00:00 2015 -0800 Wiki page logging changed with summary [] by Lauro Moura --- pages/api/javascript/eina/logging.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pages/api/javascript/eina/logging.txt b/pages/api/javascript/eina/logging.txt index a33e68f..2a98e6f 100644 --- a/pages/api/javascript/eina/logging.txt +++ b/pages/api/javascript/eina/logging.txt @@ -37,7 +37,20 @@ By default, Eina offers a global domain to be used by the application. === Colors === - +The logging system uses the [[http://misc.flogisoft.com/bash/tip_colors_and_formatting|terminal colors format]] to specify the color of the message. Currently, the following constants are exported as shortcuts: + + * ''efl.COLOR_LIGHTRED'' + * ''efl.COLOR_RED'' + * ''efl.COLOR_LIGHTBLUE'' + * ''efl.COLOR_BLUE'' + * ''efl.COLOR_GREEN'' + * ''efl.COLOR_YELLOW'' + * ''efl.COLOR_ORANGE'' + * ''efl.COLOR_WHITE'' + * ''efl.COLOR_LIGHTCYAN'' + * ''efl.COLOR_CYAN'' + * ''efl.COLOR_RESET'' + * ''efl.COLOR_HIGH'' ==== Environment Variables ==== --
