Skip to content

Home

Here you will find everything you need to know to get started with log.py, utilize it for your projects and master its features.

Note

This documentation will always be for the latest version of log.py. Due to time constraints, there won't be dedicated documentation for every version of log.py. However, you can pull the documentation files from the GitHub Repository for each version, but this is not recommended as the latest stable build will always be your best option.

Warning

log.py is currently in its "early-release" stages, meaning problems could occur.

About

log.py is a basic logging library created for the sole purpose of being able to log according to the wishes of its creator.

Quote

Logging should be easy and highly customizable with as less hassle as possible.

Features

  • Echo logs to the terminal.
  • Save logs to log files.
  • Logs have multiple levels and custom levels can be made.
  • Logging should be doable in an instantiated and non-instantiated manner.