Skip to main content

Simple interface for quick append logger functionality to the class

Project description

The sample:

from lxg import Loggable

MyClass:

    def method1(self):
        ...

MyClassToo(MyClass, Loggable):

    def method1(self):
        self.debug(f'Do method1')
        super().method1()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lxg-0.1.1rc1.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

lxg-0.1.1rc1-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page