mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 02:47:04 +00:00
This commit is contained in:
@@ -111,7 +111,7 @@ func (l *Logger) Fatalf(format string, a ...interface{}) {
|
||||
// Panic is equivalent to l.Dangerf("%#v",interface{}) followed by a call to panic().
|
||||
func (l *Logger) Panic(a interface{}) {
|
||||
l.Dangerf("%s\n", a)
|
||||
panic("")
|
||||
panic(a)
|
||||
}
|
||||
|
||||
// Panicf is equivalent to l.Dangerf() followed by a call to panic().
|
||||
|
||||
Reference in New Issue
Block a user