Index
Modules:
threadlogging
.
API symbols
debug:
threadlogging: template debug(args: varargs[string, `$`])
error:
threadlogging: template error(args: varargs[string, `$`])
fatal:
threadlogging: template fatal(args: varargs[string, `$`])
finishLogging:
threadlogging: proc finishLogging()
info:
threadlogging: template info(args: varargs[string, `$`])
initLogThread:
threadlogging: proc initLogThread(loggers: seq[Logger]; closeOnFatal: bool = true)
threadlogging: proc initLogThread(fmtStr: string = "[$time] - $levelname: "; levelThreshold: Level = lvlDebug; closeOnFatal: bool = true)
LogLevel:
threadlogging: type LogLevel
notice:
threadlogging: template notice(args: varargs[string, `$`])
sendLog:
threadlogging: template sendLog(logLevel: Level; args: varargs[string, `$`])
warn:
threadlogging: template warn(args: varargs[string, `$`])