Functions | |
def | _log (args) |
def | ansicolor (str, fgcolor=None, bgcolor=None) |
def | debug (args) |
def | debugfull () |
def | debugoff () |
def | debugon () |
def | dlog (when, astr) |
def | log (args) |
def | logred (args) |
def | orig_log (astr) |
def | tlog (astr) |
def | warn (args) |
def | warnred (args) |
Variables | |
int | _gDebug = 0 |
int | _gFileDebug = 0 |
string | DEV = "development" |
string | DEV_REPORT = "report log" |
string | DEV_SELECT = "select queries" |
string | DEV_UPDATE = "update queries" |
int | kBLACK = 0 |
int | kBLUE = 4 |
int | kBRIGHT = 8 |
int | kCYAN = 6 |
int | kGREEN = 2 |
int | kMAGENTA = 5 |
int | kRED = 1 |
int | kWHITE = 7 |
int | kYELLOW = 3 |
dictionary | LOGGING_STATUS |
int | tstart = 0 |
def pyclearsilver.log.ansicolor | ( | str, | |
fgcolor = None , |
|||
bgcolor = None |
|||
) |
dictionary pyclearsilver.log.LOGGING_STATUS |