Skip to main content

Interface ILogProvider

Interface for Log Providers

Assembly: Meadow.Logging.dll
View Source
public interface ILogProvider

Methods

Log(LogLevel, string)

Called when the associated Logger has a message call

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