fpf.logger

Provides logging for the File Path Filtering module.

A logger is available, created with the name ‘FPF`’. At the time of writing, not much actual logging will happen.

from logging import getLogger
logger = getLogger('FPF')