DevChatterBot
DevChatterBot copied to clipboard
Better Name for ILoggerAdapter and LoggerAdapter
It would be good to have a better name for ILoggerAdapter
and LoggerAdapter
in our codebase. They do act as wrappers around the Microsoft-provided ILogger
and Logger
, however, that's irrelevant to their use.
Anyone calling them should not care that they're "adapting" an interface.
I can do this then. I'll fork and work on this today.
How does ILoggable and LogWriter sound?