mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
Complete the OAuth/OAuth2 'high level' support
This commit is contained in:
@@ -31,6 +31,7 @@ func New(c config.Logger) *Logger {
|
||||
color.Output = colorable.NewColorable(c.Out)
|
||||
|
||||
l := &Logger{&c, color.New(attr(c.ColorBgDefault), attr(c.ColorFgDefault), color.Bold)}
|
||||
|
||||
return l
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user