Have calls to BetterLyrics.Utils.log(...) show the line number of where to log occurred.
The original function is kept so that it can be used when the async calls to storage work.
Also resolves issues with out of order logs due to the logging previously being async due to the storage callbacks.
Does have the downside of not being able to enable/disable logging without a reboot, but the qol is worth it imo
Description
Have calls to BetterLyrics.Utils.log(...) show the line number of where to log occurred.
The original function is kept so that it can be used when the async calls to storage work. Also resolves issues with out of order logs due to the logging previously being async due to the storage callbacks.
Does have the downside of not being able to enable/disable logging without a reboot, but the qol is worth it imo