Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

lager

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lager

EZ-PZ logging based on loguru

pipPyPI
Version
0.20.1
Maintainers
3
drawing

lager :beer:

Wheel Version py_versions Ruff

Install: pip install lager

Logging library based off of loguru (pip install loguru).

Why not just use loguru?

  • Lager is a better pun
  • Lager is really a utility pack for loguru

BTW: Loguru is an amazing lib. Check it out: https://github.com/Delgan/loguru

Usage:

from lager import LOG, lager, LAGER, log, logger  # All the same object

LOG.info("info")
2022-07-21 08:38:20.263 | INFO     | __main__:<cell line: 3>:3 - info

Keywords

beer

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