Classes | |
class | GBSLogger |
Functions | |
def | Log |
def | GetLoggerThreshold |
def | SetLoggerThreshold |
Variables | |
tuple | logger = GBSLogger() |
def python::GBSLogger::Log | ( | caller, | ||
level, | ||||
message | ||||
) |
def python::GBSLogger::GetLoggerThreshold | ( | stream = "Terminal" |
) |
def python::GBSLogger::SetLoggerThreshold | ( | level, | ||
stream = "Terminal" | ||||
) |
Definition at line 85 of file GBSLogger.py.
00085 : logger.SetLoggerThreshold(level,stream) 00086 logger.SetLoggerThreshold(level,stream)
tuple python::GBSLogger::logger = GBSLogger() [static] |
Definition at line 82 of file GBSLogger.py.