80O / PlusEMU

37 stars 27 forks source link

Replace LogManager.GetLogger with injected ILogger #125

Open 80O opened 1 year ago

80O commented 1 year ago

Replace all LogManager.GetLogger loggers with an injected ILogger<Type>.

Example can be found in here: https://github.com/80O/PlusEMU/blob/7e0d4a6801f00beb8fe3879e15dbc2b66d0b940d/HabboHotel/LandingView/LandingViewManager.cs#L12-L19