Class FuncLogManager
- Namespace
- Splat
- Assembly
- Splat.dll
A log manager which will generate the IFull
- Inheritance
-
Func
Log Manager
- Implements
- Extension Methods
Remarks
Initializes a new instance of the Func
Constructors
FuncLogManager(Func<Type, IFullLogger>)
A log manager which will generate the IFull
Parameters
getLoggerFunc
Func<Type, IFullLogger >The function which will be used to generate the IFull
Logger .
Remarks
Initializes a new instance of the Func
Methods
GetLogger(Type)
Generate a IFull
Parameters
type
TypeThe type to generate the logger for.
Returns
- IFull
Logger The IFull
Logger for the specified type.