„README.md“ ändern

This commit is contained in:
Kim Oliver Drechsel 2021-08-06 11:18:42 +02:00
parent b9dc7fa3b4
commit 1b4ec53096

View File

@ -1,3 +1,12 @@
# logger
Simple logger function for other scripts
Simple logger function for other scripts
## Usage example
```python
try:
from loghandler import logger
except:
# if loghandler.py is located in subdirectory "lib"
from lib.loghandler import logger
```