| 517 | } |
| 518 | |
| 519 | type customLogEntry struct { |
| 520 | message string |
| 521 | value int |
| 522 | } |
| 523 | |
| 524 | func (e *customLogEntry) WriteTo(jw *contentlog.JSONWriter) { |
| 525 | jw.StringField("message", e.message) |
nothing calls this directly
no outgoing calls
no test coverage detected