New QueueLogger logging implementation.
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
import nre, terminal, strtabs, tables, unicode
|
||||
import std/[nre, terminal, strtabs, tables, unicode]
|
||||
import strutils except toUpper, toLower
|
||||
|
||||
import ./cliutils/config
|
||||
import ./cliutils/daemonize
|
||||
import ./cliutils/procutil
|
||||
import ./cliutils/queue_logger
|
||||
|
||||
export config
|
||||
export daemonize
|
||||
export procutil
|
||||
export queue_logger
|
||||
|
||||
type
|
||||
TermColor = ForegroundColor or BackgroundColor
|
||||
|
||||
Reference in New Issue
Block a user