TestLogger<TName> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>) |