SetReportCaller sets whether to report caller location for the default logger.
(report bool)
| 89 | |
| 90 | // SetReportCaller sets whether to report caller location for the default logger. |
| 91 | func SetReportCaller(report bool) { |
| 92 | Default().SetReportCaller(report) |
| 93 | } |
| 94 | |
| 95 | // SetLevel sets the level for the default logger. |
| 96 | func SetLevel(level Level) { |
searching dependent graphs…