-
-
Notifications
You must be signed in to change notification settings - Fork 416
Added the ability to get VLC log messages from the application #278
Conversation
Please check errors to be able to merge. |
Done ! Please tell me if you need anything else related to logging. |
Perfect. Thanks for contribution |
You're welcome 😄 I'd like to get more involved in this project, because I need it at work. I try to answer the questions in the "issues" section but there are too many of them, some of which are not relevant and others have been solved but not closed. |
@ZeBobo5 I really appreciate that you created this project (we are also using it in our project), but please add somebody to the contributors if you don't have time to check and merge the new pull requests, answer to the issues. |
Sorry for long time response, I was not available. If you want to contribute, I can add you :) |
Thank you, please add me too if it is possible. I'd like to contribute in this project., too |
@honfika : I don't have the rights to do so, but I'd be happy to work with you :) Every contribution is welcome. I'll create a gitter for the project so that we can communicate with each other |
@honfika : I just send you invitation too. Thanks for contributions |
Added the ability to hook a .net event handler to libvlc.
It has the limitation of libvlc, i.e. it does not offer the ability to get logs from the very beginning of the libvlc instanciation.
What has changed for the library users:
Log
event has been createdLog
is not used, the behavior is left unchangedLog
event is listened, before or after EndInit (both cases are handled), the libvlc logger (that writes the vlc-log.txt file) is stopped and all logs are transferred to the application. If you remove theLog
event handler, the previous logger is not restoredThings to be discussed before merging: