ConnectionLogger fans out each connection log event to every registered backend.
| 54 | // ConnectionLogger fans out each connection log event to every |
| 55 | // registered backend. |
| 56 | type ConnectionLogger struct { |
| 57 | backends []Backend |
| 58 | } |
| 59 | |
| 60 | // New creates a ConnectionLogger that dispatches to the given |
| 61 | // backends. |
nothing calls this directly
no outgoing calls
no test coverage detected