Class NullLoggerFactory
Inheritance
NullLoggerFactory
Namespace:CacheManager.Core.Logging
Assembly:CacheManager.Core.dll
Syntax
public class NullLoggerFactory : ILoggerFactory
Methods
|
Improve this Doc
View Source
CreateLogger(String)
Declaration
public ILogger CreateLogger(string categoryName)
Parameters
Type |
Name |
Description |
String |
categoryName |
|
Returns
Implements
|
Improve this Doc
View Source
CreateLogger<T>(T)
Declaration
public ILogger CreateLogger<T>(T instance)
Parameters
Type |
Name |
Description |
T |
instance |
|
Returns
Type Parameters
Implements