diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2013-10-26 03:22:47 +0300 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2013-10-26 03:22:47 +0300 |
commit | d6d440c3a6c1a159220a41f6b6a2e0713a4bad50 (patch) | |
tree | c43ecca6c83bc9b2a10c27615b541a4ceece01a0 /include/efl.utils.logger.pxd | |
parent | 19e7d11f61b8a9ee04f21b8460cde7a96b5b5238 (diff) |
Add support for loggers that have been initialized already.
This allows module initialization to be logged as well.
Changed add_logger to return the logger object instead of int.
Diffstat (limited to 'include/efl.utils.logger.pxd')
-rw-r--r-- | include/efl.utils.logger.pxd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efl.utils.logger.pxd b/include/efl.utils.logger.pxd index 1817724..a4550af 100644 --- a/include/efl.utils.logger.pxd +++ b/include/efl.utils.logger.pxd | |||
@@ -1,3 +1,3 @@ | |||
1 | cdef: | 1 | cdef: |
2 | int add_logger(object name) | 2 | object add_logger(object name) |
3 | int PY_EFL_LOG_DOMAIN | 3 | int PY_EFL_LOG_DOMAIN |