Beispiel #1
0
def set_logging_level(level):
    """Set the logging level."""

    from bempp.api import LOGGER
    LOGGER.setLevel(level)