mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-01 12:56:16 +03:00
Chore: remove unused logger
This commit is contained in:
parent
634c25894c
commit
e8eddb3917
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
package tun
|
||||
|
||||
import "github.com/Dreamacro/clash/log"
|
||||
|
||||
type logger struct{}
|
||||
|
||||
func (l *logger) D(format string, args ...interface{}) {
|
||||
log.Debugln(format, args...)
|
||||
}
|
||||
|
||||
func (l *logger) I(format string, args ...interface{}) {
|
||||
log.Infoln(format, args...)
|
||||
}
|
||||
|
||||
func (l *logger) W(format string, args ...interface{}) {
|
||||
log.Warnln(format, args...)
|
||||
}
|
||||
|
||||
func (l *logger) E(format string, args ...interface{}) {
|
||||
log.Errorln(format, args...)
|
||||
}
|
Loading…
Add table
Reference in a new issue