mirror of
https://gitee.com/gitea/gitea
synced 2025-11-22 09:20:27 +08: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