Class LoggerExternalScopeProvider
Inheritance
LoggerExternalScopeProvider
Assembly: Microsoft.Extensions.Logging.Abstractions.dll
Syntax
public class LoggerExternalScopeProvider : IExternalScopeProvider
Constructors
LoggerExternalScopeProvider()
Declaration
public LoggerExternalScopeProvider()
Methods
ForEachScope<TState>(Action<object?, TState>, TState)
Declaration
public void ForEachScope<TState>(Action<object?, TState> callback, TState state)
Parameters
Type |
Name |
Description |
Action<object, TState> |
callback |
|
TState |
state |
|
Type Parameters
Push(object?)
Declaration
public IDisposable Push(object? state)
Parameters
Type |
Name |
Description |
object |
state |
|
Returns
Implements