HandlerFilter

class app.util.logging.filters.HandlerFilter[source]

Bases: Filter

Inheritance diagram of HandlerFilter

Inheritance Diagram for HandlerFilter

Methods

__init__(handler_name)

filter(record)

__init__(handler_name: str) None[source]
Parameters:

handler_name (str)

Return type:

None

filter(record: LogRecord) bool[source]
Parameters:

record (LogRecord)

Return type:

bool