fvm.logcounter module

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.