Initial commit
This commit is contained in:
0
src/timelogger/__init__.py
Normal file
0
src/timelogger/__init__.py
Normal file
3
src/timelogger/timelogger.py
Normal file
3
src/timelogger/timelogger.py
Normal file
@ -0,0 +1,3 @@
|
||||
import logging
|
||||
|
||||
logging.basicConfig(level=logging.ERROR, filename="timelogger.log")
|
Reference in New Issue
Block a user