Skip to main content

Interface ILoggingSettings

Represents the interface for logging settings.

Assembly: Meadow.dll
View Source
Declaration
public interface ILoggingSettings

Properties

ShowTicks

Gets or sets a value indicating whether to show ticks in logs.

View Source
Declaration
bool ShowTicks { get; set; }

LogLevel

Gets the log level settings.

View Source
Declaration
ILogLevelSettings LogLevel { get; }