SetStandardTemplate sets the template for standard logging for the standard logger.
(t string)
| 470 | // SetStandardTemplate sets the template for standard logging for |
| 471 | // the standard logger. |
| 472 | func SetStandardTemplate(t string) { |
| 473 | std.SetStandardTemplate(t) |
| 474 | } |
| 475 | |
| 476 | // SetAuthTemplate sets the template for auth logging for the |
| 477 | // standard logger. |
no test coverage detected