Major logging refactor

This commit is contained in:
Lea Anthony
2020-10-09 11:50:45 +11:00
parent 53b54a8e52
commit ffdfbb8ae5
8 changed files with 103 additions and 85 deletions

View File

@@ -5,6 +5,5 @@ package app
// Init initialises the application for a debug environment
func (a *App) Init() error {
a.debug = true
println("Initialising debug options")
return nil
}