🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

pylogora

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Malware was recently detected in this package.

Affected versions:

0.7.8

pylogora

Pylogora is a simple, powerful Python logging library that replaces much of the boilerplate of the standard logger with an easy-to-use API and features like file rotation, structured logs, and exception tracing.

pipPyPI
Version
0.7.8
Weekly downloads
0
Maintainers
1
Weekly downloads
 

pylogora

pylogora is a Python logging library designed to make logging simple, powerful, and pleasant to use. It provides an easy-to-configure API with features like file rotation, retention, formatting, and exception handling.

Features

  • Simple setup with minimal boilerplate.
  • Built-in support for console and file logging.
  • Log rotation and retention.
  • Structured and customizable log output.
  • Easy exception tracing and debugging.

Installation

pip install pylogora

Example

from pylogora import logger

logger.add("app.log", rotation="10 MB", retention="7 days")
logger.info("Hello from pylogora")

Why pylogora

pylogora reduces the complexity of Python logging and lets you focus more on your application logic and less on logger configuration.

License

MIT

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts