jellyfin-archive / jellyfin-plugin-autoorganize

https://jellyfin.org
MIT License
41 stars 27 forks source link

Use Scoped Loggers #42

Closed mark-monteiro closed 4 years ago

mark-monteiro commented 4 years ago

Replace all instances of ILogger with ILogger, which will provide a class context to all log messages.

This also fixes the plugin, which has been broken by https://github.com/jellyfin/jellyfin/pull/3098