Beispiel #1
0
def debug(s):
    if not silent and enableDebug:
        Status.print_(s)
Beispiel #2
0
def error(s):
    if not silent and enableError:
        Status.print_(s)
Beispiel #3
0
def warning(s):
    if not silent and enableWarning:
        Status.print_(s)
Beispiel #4
0
def info(s):
    if not silent and enableInfo:
        Status.print_(s)