ErrorFn logs a message from a func at level Error on the standard logger.
(fn LogFunction)
| 166 | |
| 167 | // ErrorFn logs a message from a func at level Error on the standard logger. |
| 168 | func ErrorFn(fn LogFunction) { |
| 169 | std.ErrorFn(fn) |
| 170 | } |
| 171 | |
| 172 | // PanicFn logs a message from a func at level Panic on the standard logger. |
| 173 | func PanicFn(fn LogFunction) { |