Summary
Call this method to write log entries on behalf of the current class.
Syntax
public static IFullLogger Log<T>(this T logClassInstance) where T : IEnableLogger
Type Parameters
Name | Description |
---|---|
T | The type to get the IFullLogger for. |
Parameters
Name | Type | Description |
---|---|---|
logClassInstance | T | The class we are getting the logger for. |
Return Value
Type | Description |
---|---|
IFullLogger | The IFullLogger for the class type. |