_images/banner.png
import pyrolog

logger = pyrolog.Logger(
    name='Example',
    handlers=[
        pyrolog.StdoutHandler(
            log_level='info',
            formatter=pyrolog.ColoredFormatter()
        )
    ]
)

About the Pyrolog

Pyrolog - is a modern, simple in use and fast logging library. It helps you to log any event in your projects and easily detect the bugs.

  • Fast: Developed specially without heavy algorithms but saving its power.

  • Easy: Library is simple and intuitive. Install library and start use it right away.

  • Powerful: Many features that helps you to do elegant logging ecosystem in your projects.

  • Type-hinted: All classes, methods are type-hinted, that helps you in development.

Installing#

$ pip install pyrolog