Files
sanelogging/example/example.py
T
2016-03-24 07:38:42 +01:00

11 lines
146 B
Python

#!/usr/bin/env python
from sanelogging import log
log.info("starting up!")
log.error("something went wrong.")
log.die("bailing out") # exits