Skip to main content

Provides the Log class is a custom logger implementation using the loguru library. It provides a flexible and customizable logging solution for projects.

Project description

maxlog

PyPI version

Installation

pip install maxlog

Usage

# Create an instance of the Log class
_console = Console(record=True)
    log = Log("TRACE", console=_console)

    # Test log instance
    log.trace("This is a trace message.")
    log.debug("This is a debug message.")
    log.info("This is an info message.")
    log.success("This is a success message.")
    log.warning("This is a warning message.")
    log.error("This is an error message.")
    log.critical("This is a critical message.")

    log.console.save_svg("log.svg")

Output

maxlog output

Created by Max Ludden

Max Ludden's Logo

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

maxlog-0.0.3.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

maxlog-0.0.3-py3-none-any.whl (7.6 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