Ejemplo n.º 1
0
def setLevel(level):
    """
    Sets the Happy debugging level.  Level names are, in order, "trace", "debug", "info", "warn", "error", and "fatal".
    These correspond to the Apache Log4J and Apache commons levels.
    """
    HappyLogger.setLevel(level)