InfoFn logs a message from a func at level Info on the standard logger.
(fn LogFunction)
| 151 | |
| 152 | // InfoFn logs a message from a func at level Info on the standard logger. |
| 153 | func InfoFn(fn LogFunction) { |
| 154 | std.InfoFn(fn) |
| 155 | } |
| 156 | |
| 157 | // WarnFn logs a message from a func at level Warn on the standard logger. |
| 158 | func WarnFn(fn LogFunction) { |