SetReportCaller sets whether the standard logger will include the calling method as a field.
(include bool)
| 28 | // SetReportCaller sets whether the standard logger will include the calling |
| 29 | // method as a field. |
| 30 | func SetReportCaller(include bool) { |
| 31 | std.SetReportCaller(include) |
| 32 | } |
| 33 | |
| 34 | // SetLevel sets the standard logger level. |
| 35 | func SetLevel(level Level) { |