Colorlog demo input:

2020-01-18 20:54:23 DEBUG (MainThread) [app] Initializing
2020-01-18 20:54:23 INFO (MainThread) [app] Setting app
AttributeError: 'NoneType' object has no attribute 'get'
2020-01-18 20:54:23 WARNING (MainThread) [app] Something looks off
2020-01-18 20:54:23 ERROR (MainThread) [app] Got into trouble
2020-01-18 20:54:23 CRITICAL (MainThread) [app] Application terminated
    

Colorlog demo output:

Colorlog demo output:

Colorlog demo output:

Colorlog demo output: