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