mirror of https://github.com/dexidp/dex.git
3 changed files with 8 additions and 2 deletions
@ -0,0 +1,5 @@
|
||||
package log |
||||
|
||||
func Deprecated(logger Logger, f string, args ...interface{}) { |
||||
logger.Warnf("Deprecated: "+f, args...) |
||||
} |
||||
Loading…
Reference in new issue