Metadata-Version: 2.1
Name: VersaLog
Version: 1.3.5
Summary: Versatile logging library.
Home-page: 
Author: 
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8, <3.14
Description-Content-Type: text/markdown
License-File: LICENSE

## What is VersaLog.py?

VersaLog is a library that enables highly functional and flexible logging.

## Installation

```
pip install VersaLog
```

## Sample

**Simple** : [Tap](https://github.com/kayu0514/VersaLog.py/blob/main/tests/simple_test.py)  
**Detailed** : [Tap](https://github.com/kayu0514/VersaLog.py/blob/main/tests/detailed_test.py)
**File** : [Tap](https://github.com/kayu0514/VersaLog.py/blob/main/tests/file_test.py)
