SPRAAK
|
Public Member Functions | |
def | __init__ |
def | setLogFile |
def | setEcho |
def | setTime |
def | setMask |
def | enable |
def | disable |
def | fmtMsg |
def | logMsg |
def | info |
def | warn |
def | fail |
def | debug |
def spr_pylib.train.util.Logger.__init__ | ( | self | ) |
def spr_pylib.train.util.Logger.setLogFile | ( | self, | |
fname | |||
) |
def spr_pylib.train.util.Logger.setEcho | ( | self, | |
flag = True |
|||
) |
def spr_pylib.train.util.Logger.setTime | ( | self, | |
flag = True |
|||
) |
def spr_pylib.train.util.Logger.setMask | ( | self, | |
mask | |||
) |
def spr_pylib.train.util.Logger.enable | ( | self, | |
tag | |||
) |
def spr_pylib.train.util.Logger.disable | ( | self, | |
tag | |||
) |
def spr_pylib.train.util.Logger.fmtMsg | ( | self, | |
tag, | |||
msg | |||
) |
def spr_pylib.train.util.Logger.logMsg | ( | self, | |
tag, | |||
msg | |||
) |
def spr_pylib.train.util.Logger.info | ( | self, | |
msg | |||
) |
def spr_pylib.train.util.Logger.warn | ( | self, | |
msg | |||
) |
def spr_pylib.train.util.Logger.fail | ( | self, | |
msg | |||
) |
def spr_pylib.train.util.Logger.debug | ( | self, | |
msg | |||
) |