TraceFn logs a message from a func at level Trace on the standard logger.
(fn LogFunction)
| 136 | |
| 137 | // TraceFn logs a message from a func at level Trace on the standard logger. |
| 138 | func TraceFn(fn LogFunction) { |
| 139 | std.TraceFn(fn) |
| 140 | } |
| 141 | |
| 142 | // DebugFn logs a message from a func at level Debug on the standard logger. |
| 143 | func DebugFn(fn LogFunction) { |