Class LogHost
- Namespace
- Splat
- Assembly
- Splat.dll
Contains helper methods to get access to the Default IFull
- Inheritance
-
Log
Host
Properties
Default
Gets the default IFull
Property Value
Methods
Log<T>(T)
Call this method to write log entries on behalf of the current class.
Parameters
logClassInstance
TThe class we are getting the logger for.
Returns
- IFull
Logger The IFull
Logger for the class type.
Type Parameters
T
The type to get the IFull
Logger for.