log events are sent regardless of log level
Created by: ahfarmer
This change makes it so that log events are sent regardless of log level. The log level only controls whether or not logs should be sent to the console.
This allows users to have the console logs off but still use the log messages for debugging in the case that an error occurred. In my app I store the log messages and send them to my own error reporting tool in the event that the player fails for some reason.
Fixes https://github.com/Dash-Industry-Forum/dash.js/issues/2749