mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-23 11:02:25 +03:00
Add SSH inbound, log level. Update MTPROXY. Fixes
This commit is contained in:
@@ -39,6 +39,10 @@ func Info(args ...any) {
|
||||
std.Info(args...)
|
||||
}
|
||||
|
||||
func Notice(args ...any) {
|
||||
std.Notice(args...)
|
||||
}
|
||||
|
||||
func Warn(args ...any) {
|
||||
std.Warn(args...)
|
||||
}
|
||||
@@ -67,6 +71,10 @@ func InfoContext(ctx context.Context, args ...any) {
|
||||
std.InfoContext(ctx, args...)
|
||||
}
|
||||
|
||||
func NoticeContext(ctx context.Context, args ...any) {
|
||||
std.NoticeContext(ctx, args...)
|
||||
}
|
||||
|
||||
func WarnContext(ctx context.Context, args ...any) {
|
||||
std.WarnContext(ctx, args...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user