WIP: unit test done, need further test
This commit is contained in:
@@ -46,7 +46,7 @@ func main() {
|
||||
_ = file.Close()
|
||||
}()
|
||||
|
||||
if err = wingmate.NewLog(file); err == nil {
|
||||
if err = wingmate.NewLog(file, wingmate.Time|wingmate.Caller); err == nil {
|
||||
wingmate.Log().Info().Msg(logMessage)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user