Interface ILoggerFactory
Namespace:CacheManager.Core.Logging
Assembly:CacheManager.Core.dll
Syntax
public interface ILoggerFactory
Methods
| Improve this Doc View SourceCreateLogger(String)
Declaration
ILogger CreateLogger(string categoryName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | categoryName |
Returns
| Type | Description |
|---|---|
| ILogger |
CreateLogger<T>(T)
Declaration
ILogger CreateLogger<T>(T instance)
Parameters
| Type | Name | Description |
|---|---|---|
| T | instance |
Returns
| Type | Description |
|---|---|
| ILogger |
Type Parameters
| Name | Description |
|---|---|
| T |