SetOutput should inject the accesslog's direct output, if this "dest" is used then the Formatter should manually control its concurrent use.
(dest io.Writer)
| 161 | // if this "dest" is used then the Formatter |
| 162 | // should manually control its concurrent use. |
| 163 | SetOutput(dest io.Writer) |
| 164 | // Format should print the Log. |
| 165 | // Returns nil error on handle successfully, |
| 166 | // otherwise the log will be printed using the default formatter |
no outgoing calls