(ctx context.Context, c iblog.LogEntryConfig)
| 343 | } |
| 344 | |
| 345 | func (bml *binaryMethodLogger) Log(ctx context.Context, c iblog.LogEntryConfig) { |
| 346 | bml.exporter.EmitGcpLoggingEntry(bml.buildGCPLoggingEntry(ctx, c)) |
| 347 | } |
| 348 | |
| 349 | type eventConfig struct { |
| 350 | // ServiceMethod has /s/m syntax for fast matching. |
nothing calls this directly
no test coverage detected