(status, bytes int, header http.Header, elapsed time.Duration, extra interface{})
| 68 | // See defaultLogEntry for an example implementation. |
| 69 | type LogEntry interface { |
| 70 | Write(status, bytes int, header http.Header, elapsed time.Duration, extra interface{}) |
| 71 | Panic(v interface{}, stack []byte) |
| 72 | } |
| 73 |
no outgoing calls