Metadata-Version: 1.2
Name: pycopy-logging
Version: 0.7.3
Summary: logging module for Pycopy
Home-page: https://github.com/pfalcon/pycopy-lib
Author: Stefan Lehmann, Paul Sokolovsky
Author-email: pycopy-dev@googlegroups.com
Maintainer: Paul Sokolovsky
Maintainer-email: pycopy-dev@googlegroups.com
License: MIT
Description: logging
        =======
        
        logging is Pycopy's implementation of a subset of CPythons logging module. This
        module defines functions and classes which implement a flexible event logging system for
        applications and libraries.
        
        Major differences to CPython logging:
        
        * Simplified event propagation, multilevel logger organization is not handled,
          currently there're just 2 levels: root logger and specific named loggers.
        * Filters are not supported.
        
        Requirements
        ------------
        
        At the time of writing, logging requires the `os <https://pypi.org/project/pycopy-os/>`_
        package (installed automatically by the ``upip`` tool).
        
Platform: UNKNOWN
