wiki

How to Debug

Things to talk about

Logging

Python

logging module


import logging

_LOG  = logging.getLogger(__name__)