-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Move Recorder to hls-plugin-api #3714
Move Recorder to hls-plugin-api #3714
Conversation
As I said on IRC, I think a bunch of the functions in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we just need to think about what logging policy we want here. As I said in the comment, I think we shouldn't need to additionally log if we are throwing, since I would expect those all to be recorded generically. So then the question is when do we want to log? I think one answer is "if we make a decision that might not be obvious to the user", or if something interesting or unexpected happens and we're not throwing.
Moves the Recorder to hls-plugin-api, and implements logging in the Ide.Plugin.Resolve module.