TestLogger Class

Namespace
Microsoft.Extensions.Logging.Testing
Assemblies
  • Microsoft.Extensions.Logging.Testing

Syntax

public class TestLogger : ILogger
class Microsoft.Extensions.Logging.Testing.TestLogger

Constructors

TestLogger(System.String, Microsoft.Extensions.Logging.Testing.TestSink, System.Boolean)
public TestLogger(string name, TestSink sink, bool enabled)

Methods

BeginScope<TState>(TState)
Return type:System.IDisposable
public IDisposable BeginScope<TState>(TState state)
IsEnabled(Microsoft.Extensions.Logging.LogLevel)
Return type:System.Boolean
public bool IsEnabled(LogLevel logLevel)
Log<TState>(Microsoft.Extensions.Logging.LogLevel, Microsoft.Extensions.Logging.EventId, TState, System.Exception, System.Func<TState, System.Exception, System.String>)
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)

Properties

Microsoft.Extensions.Logging.Testing.TestLogger.Name
Return type:System.String
public string Name { get; set; }