GithubHelp home page GithubHelp logo

pomponchik / polog Goto Github PK

View Code? Open in Web Editor NEW
60.0 60.0 3.0 3.18 MB

Логгер нового поколения

License: MIT License

Python 99.98% Shell 0.02%
async contextvars decorators log logger logging polog pony smtp threading traceback

polog's People

Contributors

pomponchik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

polog's Issues

Performance test

Пожалуйста, добавьте сравнение производительности с logging (с учётом #12) и loguru.
Нашёл большое описание "почему polog это быстро", но не нашёл простого бенчмарка. Для убедительности достаточно сделать один простой и воспроизводимый пример :)

Logging f-string

В примерах с logging не надо использовать f-строки, они забирают ресурсы на интерполяцию строк, которые могут не пригодиться при определённых уровнях логирования

staticmethod и classmethod

происходит ли логирование статических методов и методов класса?

ModuleNotFoundError: No module named 'fcntl' in Windows

При импорте библиотеки в Windows

from polog import config, file_writer
config.add_handlers(file_writer())
from polog import log

выходит следующая ошибка:

File "C:\WorkPlace\getTextYa\venv\lib\site-packages\polog\handlers\file\locks\file_lock.py", line 1, in
import fcntl
ModuleNotFoundError: No module named 'fcntl'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.