cytoflow.utility.logging

Utilities to help with logging.

MplFilter – a logging.Filter that removes nuisance warnings

class cytoflow.utility.logging.MplFilter(name='')[source]

Bases: logging.Filter

A logging.Filter that removes nuisance warnings

filter(record)[source]

Determine if the specified record is to be logged.

Returns True if the record should be logged, or False otherwise. If deemed appropriate, the record may be modified in-place.