alert
parent
b564f8120b
commit
002575bd70
|
@ -1,6 +1,12 @@
|
||||||
package flog
|
package flog
|
||||||
|
|
||||||
type Logger interface {
|
type Logger interface {
|
||||||
|
Alert(...interface{}) error
|
||||||
|
Alertf(string, ...interface{}) error
|
||||||
|
MuteAlert()
|
||||||
|
UnmuteAlert()
|
||||||
|
AlertMuted() bool
|
||||||
|
|
||||||
Debug(...interface{})
|
Debug(...interface{})
|
||||||
Debugf(string, ...interface{})
|
Debugf(string, ...interface{})
|
||||||
MuteDebug()
|
MuteDebug()
|
||||||
|
|
Loading…
Reference in New Issue