| 131 | } |
| 132 | |
| 133 | type defaultLogEntry struct { |
| 134 | *DefaultLogFormatter |
| 135 | request *http.Request |
| 136 | buf *bytes.Buffer |
| 137 | useColor bool |
| 138 | } |
| 139 | |
| 140 | func (l *defaultLogEntry) Write(status, bytes int, header http.Header, elapsed time.Duration, extra interface{}) { |
| 141 | switch { |
nothing calls this directly
no outgoing calls
no test coverage detected