darrenfoley / Asiago

A Discord bot written in C#
GNU General Public License v3.0
1 stars 0 forks source link

Use ILogger<T> instead of ILoggerFactory for dependency injection #25

Closed darrenfoley closed 4 months ago

darrenfoley commented 4 months ago

I don't know why ILoggerFactory got used in the first place, but it's unnecessary.