TestLogger<TName> Class

Definition

Test logger.

generic <typename TName>
public ref class TestLogger : Microsoft::AspNetCore::Identity::Test::ITestLogger, Microsoft::Extensions::Logging::ILogger<TName>
public class TestLogger<TName> : Microsoft.AspNetCore.Identity.Test.ITestLogger, Microsoft.Extensions.Logging.ILogger<TName>
type TestLogger<'Name> = class
    interface ILogger<'Name>
    interface ILogger
    interface ITestLogger
Public Class TestLogger(Of TName)
Implements ILogger(Of TName), ITestLogger

Type Parameters

TName
Inheritance
TestLogger<TName>
Implements

Constructors

TestLogger<TName>()

Properties

LogMessages

log messages.

Methods

BeginScope<TState>(TState)
IsEnabled(LogLevel)
Log<TState>(LogLevel, EventId, TState, Exception, Func<TState,Exception,String>)

Applies to