mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-20 09:52:09 +03:00
Apply --disable-color to global logger
This commit is contained in:
@@ -16,6 +16,10 @@ func StdLogger() ContextLogger {
|
||||
return std
|
||||
}
|
||||
|
||||
func SetStdLogger(logger ContextLogger) {
|
||||
std = logger
|
||||
}
|
||||
|
||||
func Trace(args ...any) {
|
||||
std.Trace(args...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user