Skip to main content

Loggingpython is a Python package that provides a simple and extensible way to integrate logging into your applications. The package starts with a simple logger and can be extended with additional functions to meet the requirements of your application.

Project description

loggingpython

loggingpython is a Python library that provides a simple and extensible way to integrate logging into Python applications. In contrast to the standard logging library, loggingpython offers a completely independent implementation of handlers and loggers that have been specially developed for the requirements of modern applications.

Features

  • Simple Logger: Begin with a basic logger and extend it with additional functions.
  • Extensible: Easily add more functionality to meet your application's logging needs.
  • Customizable: Tailor the logging system to your specific requirements.

Installation

You can install loggingpython using pip:

pip install loggingpython

Alternatively, you can install the latest development version directly from GitHub:

git clone https://github.com/loggingpython-Community/loggingpython.git
cd loggingpython
pip install .

Quick start

To use loggingpython, you first need to import the package and create a logger:

import loggingpython as lp

# Create a simple logger with a file handler and a console handler
logger = lp.getBasicLogger()

You can add various handlers to your logger to customize how log messages are handled:

# Log messages at different levels
logger.debug("This is a debug message.")
logger.info("This is an info message.")
logger.warning("This is a warning.")
logger.error("This is an error.")
logger.critical("This is a critical error.")

Contributing

We welcome contributions to loggingpython. If you have feedback, suggestions, or would like to contribute, please visit our GitHub repository.

License

loggingpython is licensed under the MIT License.

Further Resources

Social Media

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

loggingpython-1.4.16.tar.gz (20.8 kB view details)

Uploaded Source

Built Distribution

loggingpython-1.4.16-py3-none-any.whl (51.8 kB view details)

Uploaded Python 3

File details

Details for the file loggingpython-1.4.16.tar.gz.

File metadata

  • Download URL: loggingpython-1.4.16.tar.gz
  • Upload date:
  • Size: 20.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for loggingpython-1.4.16.tar.gz
Algorithm Hash digest
SHA256 eb3f40eeb96a3539e842dfed45685a30f2999ebcdaa3b50f51e4df68cf962aad
MD5 6fa25aec2fd5127c74a9f0a4e9843635
BLAKE2b-256 ba43723e247631e4026195b6acc439fa01bebd91f55b308b16b27dd35827f231

See more details on using hashes here.

File details

Details for the file loggingpython-1.4.16-py3-none-any.whl.

File metadata

File hashes

Hashes for loggingpython-1.4.16-py3-none-any.whl
Algorithm Hash digest
SHA256 c7b1280c97d7d9c63f86d1706e932c16e5c1b81b1c3083361c12cfdd5ddf0a38
MD5 b58cd8d4954a5ff0e726f37d4003b05c
BLAKE2b-256 24678b6957307fb1130d95d9c2ad3eb3bce1de4e6b19328f3ad01c08fafcff32

See more details on using hashes here.

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