Releases: python-useful-helpers/logwrap
Releases · python-useful-helpers/logwrap
2.3.0
- logwrap/LogWrap transparently supports coroutines on py3.4+.
AsyncLogWrap/async_logwrap is deprecated and will be deleted in version 2.3.2.
Use six library instead of repeat ideas.
Anyway, six is required for setuptools.
2.2.0
-
Async for python 3.4
-
Object model
-
Ignore list for exceptions
-
Possibility to omit arguments log (call/exception/both)
-
Possibility to omit result object log
2.1.0
Bump
async_logwrap
- Async version is added
Allowed blacklisting of call arguments
Allow blacklisting of argument names The main reason for blacklisting - security requirements, when sensitive data should be excluded from log without corruption. Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1.2.0
- Fix dict keys length calculation
- Simplify API
- Expand documentation
1.1.1
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1.1.0
pretty_str has been implemented
Technical bump
1.0.6 (technical) Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>