Installation
How to install Logly.
Install Logly
To install Logly, use pip to add it to your project:
pip install logly
Initialize Logly
After installing, initialize Logly in your project:
# Example initialization in your Python project
from logly import Logly
logly = Logly()
logly.start_logging() # Start logging with default settings
Ensure you have the appropriate permissions to write log files in your project directory.
Issue Reporting
If you encounter any issues or errors during installation or usage, please report them on the Logly GitHub Issues page. Include details about the error message and your environment setup to help us assist you more effectively.
Edit on GitHub
Last updated on