issues
search
tapahob
/
BG2RadarOverlay
An overlay program for Baldurs Gate EE (1, 2) showing nearest enemies, their resistances, buffs and its durations
MIT License
27
stars
3
forks
source link
[Refactoring] Logger.cs
#32
Closed
LionAG
closed
1 year ago
LionAG
commented
1 year ago
Removed an empty try-catch block
Simplified
LogManager
member access
Wrapped the creation of a
FileTarget
object in a using statement - the
FileTarget
class inherits from an abstract
Target
class which implements the
IDisposable
interface, and therefore should be disposed when no longer needed.
LogManager
member accessFileTarget
object in a using statement - theFileTarget
class inherits from an abstractTarget
class which implements theIDisposable
interface, and therefore should be disposed when no longer needed.