Class LogManagerMixin
- Namespace
- Splat
- Assembly
- Splat.dll
Extension methods associated with the logging module.
- Inheritance
-
Log
Manager Mixin
Methods
GetLogger<T>(ILogManager)
Gets a IFull
Parameters
logManager
ILogManager The log manager to get the logger from.
Returns
- IFull
Logger A logger for the specified type.
Type Parameters
T
The type of ILog
Manager to use.