SetTimeFunction sets the time function for the default logger.
(f TimeFunction)
| 109 | |
| 110 | // SetTimeFunction sets the time function for the default logger. |
| 111 | func SetTimeFunction(f TimeFunction) { |
| 112 | Default().SetTimeFunction(f) |
| 113 | } |
| 114 | |
| 115 | // SetOutput sets the output for the default logger. |
| 116 | func SetOutput(w io.Writer) { |
searching dependent graphs…