(logSourceID uuid.UUID)
| 485 | } |
| 486 | |
| 487 | func (l *LogSender) GetScriptLogger(logSourceID uuid.UUID) ScriptLogger { |
| 488 | return ScriptLogger{srcID: logSourceID, sender: l} |
| 489 | } |
| 490 | |
| 491 | // WaitUntilEmpty waits until the LogSender's queues are empty or the given context expires. |
| 492 | func (l *LogSender) WaitUntilEmpty(ctx context.Context) error { |