Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed May 30, 2024
1 parent 0ed74d4 commit 5791698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ import (
)

// Logger ...
//
// 具体影响参考 LogLevel 注释
type Logger interface {
Log(ctx context.Context, level LogLevel, msg string, args ...interface{})
}
Expand Down

0 comments on commit 5791698

Please sign in to comment.