File size: 92 Bytes
c802d72
 
 
 
 
 
1
2
3
4
5
6
import logging

logging.basicConfig(level=logging.INFO)

def log(msg):
    logging.info(msg)