fenicsxconcrete package

Subpackages

Module contents

set_log_levels(levels: dict = None) None[source]

Sets log levels for loggers.

Parameters:

levels – The names of the loggers and log level to be set. Supported names are fenicsxconcrete, ffcx, UFL, dolfix and gmsh. Supported levels are logging.DEBUG, logging.INFO, logging.WARNING, logging.ERROR and logging.CRITICAL.