Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
lino.utils.dblogger¶
Just a shortcut and encapsulation. Instead of writing:
import logging
logger = logging.getLogger(__name__)
I (sometimes) prefer to write:
from lino.utils import dblogger
Functions
|