Skip to main content

Class DebugLogProvider

A Log Provider that outputs to the System Diagnostics Debug output

Assembly: Meadow.Logging.dll
View Source
public class DebugLogProvider : ILogProvider

Implements:
Meadow.Logging.ILogProvider

Methods

Log(LogLevel, string)

Called when the associated Logger has a message call

View Source
public void Log(LogLevel level, string message)
Parameters
TypeNameDescription
Meadow.Logging.LogLevellevelThe LogLevel for the message
System.StringmessageThe message to log

Implements