Metadata-Version: 2.1
Name: VersaLog
Version: 1.2.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

# VersaLog.py

![logo](/image/logo.png)

## VersaLog.py とは

多機能で柔軟なログを出力出来るライブラリです。

[English](README-en.md)

## インストール方法

```
pip install VersaLog
```

## サンプル

**シンプル** : [タップ](/tests/simple_test.py)

**ディーテイルド** : [タップ](/tests/detailed_test.py)

**ファイル** : [タップ](/tests/file_test.py)
