mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
Fix logger
This commit is contained in:
@@ -23,11 +23,11 @@ const (
|
||||
// Logger specifies the methods required to attach
|
||||
// a logger to a Wails application
|
||||
type Logger interface {
|
||||
Print(message string) error
|
||||
Trace(message string) error
|
||||
Debug(message string) error
|
||||
Info(message string) error
|
||||
Warning(message string) error
|
||||
Error(message string) error
|
||||
Fatal(message string) error
|
||||
Print(message string)
|
||||
Trace(message string)
|
||||
Debug(message string)
|
||||
Info(message string)
|
||||
Warning(message string)
|
||||
Error(message string)
|
||||
Fatal(message string)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user