fvm.logcounter module

Warning

Callables that are not documented in the Public API are not intented to be directly used and thus may change between minor versions.

Log counter for tracking log levels in FVM

class fvm.logcounter.LogCounter[source]

Bases: object

Class to count the number of log messages at each level.

__init__()[source]

Class constructor

get_counts()[source]

Returns the current log level counts.