mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-04 07:46:28 +00:00
Improve log format (#33814)
This commit is contained in:
@@ -24,7 +24,7 @@ package log
|
||||
|
||||
// BaseLogger provides the basic logging functions
|
||||
type BaseLogger interface {
|
||||
Log(skip int, level Level, format string, v ...any)
|
||||
Log(skip int, event *Event, format string, v ...any)
|
||||
GetLevel() Level
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user