DebuggerOutputLogger Class

Definition

A logger that prints to the debug console

public class DebuggerOutputLogger : Microsoft.Extensions.Logging.ILogger
type DebuggerOutputLogger = class
    interface ILogger
Public Class DebuggerOutputLogger
Implements ILogger
Inheritance
DebuggerOutputLogger
Implements

Constructors

DebuggerOutputLogger()

Creates a new instance of the DebuggerOutputLogger

Properties

MinLogLevel

Sets the minimum log level

Methods

BeginScope<TState>(TState)

Begins a logical operation scope.

IsEnabled(LogLevel)

Checks if the given logLevel is enabled.

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

Writes a log entry.

Applies to