Skip to main content

Interface ILogProvider

Interface for Log Providers

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

Methods

Log(LogLevel, string, string?)

Called when the associated Logger has a message call

View Source
Declaration
void Log(LogLevel level, string message, string? messageGroup)
Parameters
TypeNameDescription
Meadow.Logging.LogLevellevelThe LogLevel for the message
System.StringmessageThe message to log
System.StringmessageGroupThe (optional) log message groupd