src/log_utils

Search:
Group by:
Source   Edit  

Procs

proc setLogger(lvl: Level; file: File = stderr) {....raises: [], tags: [],
    forbids: [].}
Source   Edit  

Templates

template logDebug(args: varargs[string, `$`])
Source   Edit  
template logError(args: varargs[string, `$`])
Source   Edit  
template logInfo(args: varargs[string, `$`])
Source   Edit  
template logWarn(args: varargs[string, `$`])
Source   Edit