WarnFn logs a message from a func at level Warn on the standard logger.
(fn LogFunction)
| 156 | |
| 157 | // WarnFn logs a message from a func at level Warn on the standard logger. |
| 158 | func WarnFn(fn LogFunction) { |
| 159 | std.WarnFn(fn) |
| 160 | } |
| 161 | |
| 162 | // WarningFn logs a message from a func at level Warn on the standard logger. |
| 163 | func WarningFn(fn LogFunction) { |