4 lines
84 B
Python
4 lines
84 B
Python
import logging
|
|
|
|
logging.basicConfig(level=logging.ERROR, filename="timelogger.log")
|