Metadata-Version: 1.1
Name: logserver
Version: 0.0.3
Summary: A simple socket-based log server based on the Python logging cookbook.
Home-page: https://github.com/luismsgomes/logserver
Author: Luís Gomes
Author-email: luismsgomes@gmail.com
License: GPLv3
Description: # Socket Log Server
        
        This is useful if you need to log from multipleprocesses into a single console
        or file.
        
        Unashamedly copied from
        https://docs.python.org/3/howto/logging-cookbook.html#network-logging and
        packaged for convenience.
        
        
        Install via pip:
        
            pip install logserver
        
        
        And run with command:
        
            python3 -m logserver
        
        
        Enjoy.
        
Keywords: logging util
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.8
