initial support for file logging

This commit is contained in:
A.Unger
2021-03-17 15:26:43 +01:00
parent 732db59bcf
commit 8a3e280d83
16 changed files with 47 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ type Log struct {
Level string
Pretty bool
Color bool
File string
}
// Debug defines the available debug configuration.