Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log path inference for epilogue #7533

Closed
wants to merge 5 commits into from

Conversation

Daniel1464
Copy link
Contributor

Adds an InferLogPath interface that allows epilogue log paths to be fetched at runtime.
This way, you can use a manual logging solution(DogLog, SmartDashboard, DataLogManager) to log under the same namespace that epilogue does.

Even though it does use reflection, the runtime cost should be relatively small(as only a subset of classes will implement the InferLogPath interface anyways).

@Daniel1464 Daniel1464 requested a review from a team as a code owner December 9, 2024 20:14
@github-actions github-actions bot added the component: epilogue Annotation-based logging library label Dec 9, 2024
@Daniel1464
Copy link
Contributor Author

/format

@Daniel1464 Daniel1464 closed this Dec 10, 2024
@Daniel1464 Daniel1464 deleted the log-path-inference branch December 13, 2024 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: epilogue Annotation-based logging library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant