Skip to content

Add output access callback #270#271

Open
agentgt wants to merge 1 commit intojstachio:mainfrom
agentgt:output_callback
Open

Add output access callback #270#271
agentgt wants to merge 1 commit intojstachio:mainfrom
agentgt:output_callback

Conversation

@agentgt
Copy link
Copy Markdown
Contributor

@agentgt agentgt commented Nov 3, 2025

This callback in the output registry allows one to safely perform operations on the LogOutput by using the appender lock mechanism to help continue keeping locking/reentry protection out of LogOutput.

Currently it only performs one operation on the named appender. Perhaps in the future we allow a callback that is void and is given more meta data about the appender but for now this will help meet the need of someone buffering a window LogOutput data to be fetched. See #269 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant