Class MicrosoftLoggerFactoryAdapter
Inheritance
MicrosoftLoggerFactoryAdapter
Namespace:CacheManager.Logging
Assembly:CacheManager.Microsoft.Extensions.Logging.dll
Syntax
public class MicrosoftLoggerFactoryAdapter : ILoggerFactory, IDisposable
Constructors
|
Improve this Doc
View Source
MicrosoftLoggerFactoryAdapter()
Declaration
public MicrosoftLoggerFactoryAdapter()
|
Improve this Doc
View Source
MicrosoftLoggerFactoryAdapter(ILoggerFactory)
Declaration
public MicrosoftLoggerFactoryAdapter(ILoggerFactory parentFactory)
Parameters
Type |
Name |
Description |
Microsoft.Extensions.Logging.ILoggerFactory |
parentFactory |
|
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
|
Improve this Doc
View Source
Dispose()
Declaration
Implements
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
|
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()