File size: 108 Bytes
5d61439
 
 
 
 
 
1
2
3
4
5
6
class logging:
    info = print
    warning = print
    debug = print
    error = print
    critical = print