lcdblib package

Submodules

lcdblib.logger module

Configures a global logger

class lcdblib.logger.InfoFilter(name='')[source]

Bases: logging.Filter

Simple filter to only output debug and info to stdout.

http://stackoverflow.com/questions/16061641/python-logging-split-between-stdout-and-stderr

filter(rec)[source]

Determine if the specified record is to be logged.

Is the specified record to be logged? Returns 0 for no, nonzero for yes. If deemed appropriate, the record may be modified in-place.

Module contents