e3.2.0 File and console output clarity and uniform configuration, minor cleanup.
This commit is contained in:
@ -29,7 +29,7 @@ import (
|
||||
|
||||
func main() {
|
||||
// Create a new logger instance with default configuration
|
||||
// Writes to file ./log/log.log
|
||||
// Writes to both console (stdout) and file ./log/log.log
|
||||
logger := log.NewLogger()
|
||||
defer logger.Shutdown()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user