noopScriptLogger is a no-op implementation of the ScriptLogger interface.
| 309 | // noopScriptLogger is a no-op implementation of the ScriptLogger |
| 310 | // interface. |
| 311 | type noopScriptLogger struct{} |
| 312 | |
| 313 | func (noopScriptLogger) Send(context.Context, ...agentsdk.Log) error { return nil } |
| 314 | func (noopScriptLogger) Flush(context.Context) error { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected