DebuggerOutputLogger 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.
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 |
Log<TState>(LogLevel, EventId, TState, Exception, Func<TState,Exception,String>) | Writes a log entry. |