New QueueLogger logging implementation.

This commit is contained in:
2023-07-04 09:08:15 -05:00
parent 0a49618ab3
commit 30c5720ab8
3 changed files with 29 additions and 2 deletions

View File

@@ -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