WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=7dd88611a2938001370bdbac9b72b4a25854a2d0
commit 7dd88611a2938001370bdbac9b72b4a25854a2d0 Author: Gareth Halfacree <[email protected]> Date: Mon Dec 11 08:29:49 2017 -0800 Wiki page start.md changed with summary [] by Gareth Halfacree --- pages/develop/guides/c/eina/tools/start.md.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/develop/guides/c/eina/tools/start.md.txt b/pages/develop/guides/c/eina/tools/start.md.txt index ebf378d0e..0abb8e16d 100644 --- a/pages/develop/guides/c/eina/tools/start.md.txt +++ b/pages/develop/guides/c/eina/tools/start.md.txt @@ -6,14 +6,18 @@ The ``Eina`` library provides a range of tools for handling common tasks. The following tools are documented: +## Eina Logging ## + +[The ``Eina_Log`` Tool](logging.md) provides control over logging facilities for libraries and application, offering colored logging, basic logging levels (error, warning, debug, info, critical) and logging domains. + ## String Tool ## -[The String Tool](https://www.enlightenment.org/develop/guides/c/eina/tools/eina-string-tool.md) offers a range of string-handling capabilities from conversion to or from upper or lower case, splitting, joining, and matching strings. +[The String Tool](eina-string-tool.md) offers a range of string-handling capabilities from conversion to or from upper or lower case, splitting, joining, and matching strings. ## Memory Pools ## -[The Memory Pool Tool](https://www.enlightenment.org/develop/guides/c/eina/tools/eina-mempool.md) provides simple handling of memory pools, designed to preallocate fixed-size memory spaces and simplify memory management tasks. +[The Memory Pool Tool](eina-mempool.md) provides simple handling of memory pools, designed to preallocate fixed-size memory spaces and simplify memory management tasks. ## Safety Checks ## -[The Safety Checks](https://www.enlightenment.org/develop/guides/c/eina/tools/eina-safety-checks.md) are a collection of macros designed to check for parameters or values which must never occur, in a similar manner to the ``assert()`` function but with logging and returning capabilities rather than outright abortion. \ No newline at end of file +[The Safety Checks](eina-safety-checks.md) are a collection of macros designed to check for parameters or values which must never occur, in a similar manner to the ``assert()`` function but with logging and returning capabilities rather than outright abortion. \ No newline at end of file --
