mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 18:58:38 +00:00
Mirror updates
This commit is contained in:
@@ -20,6 +20,10 @@ func Trace(format string, v ...interface{}) {
|
||||
logger.Trace(format, v...)
|
||||
}
|
||||
|
||||
func Debug(format string, v ...interface{}) {
|
||||
logger.Debug(format, v...)
|
||||
}
|
||||
|
||||
func Info(format string, v ...interface{}) {
|
||||
logger.Info(format, v...)
|
||||
}
|
||||
|
Reference in New Issue
Block a user