PrintFn logs a message from a func at level Info on the standard logger.
(fn LogFunction)
| 146 | |
| 147 | // PrintFn logs a message from a func at level Info on the standard logger. |
| 148 | func PrintFn(fn LogFunction) { |
| 149 | std.PrintFn(fn) |
| 150 | } |
| 151 | |
| 152 | // InfoFn logs a message from a func at level Info on the standard logger. |
| 153 | func InfoFn(fn LogFunction) { |