Wiki page logging.md changed with summary [] by Dmitri Chudinov

This commit is contained in:
Dmitri Chudinov 2022-05-21 04:19:44 -07:00 committed by www-data
parent c132907ed1
commit e14db0d5e0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ It is suggested to not use ``__FILE__``, ``__FUNCTION__`` or ``__LINE__`` when w
## Logging Example ##
The following example, available for download from the [Enlightenment Project git repository](https://git.enlightenment.org/tools/examples.git/tree/reference/c/eina/src/eina_log.c), demonstrates the control of logging from within an application.
The following example, available for download from the [Enlightenment Project git repository](https://git.enlightenment.org/enlightenment/examples/src/branch/master/reference/c/eina/src/eina_log.c), demonstrates the control of logging from within an application.
```c
#define EFL_EO_API_SUPPORT 1