Skip to main content

Class Logger.MessageGroup

Defines message groups for categorizing log messages.

Assembly: Meadow.Logging.dll
View Source
Declaration
public static class Logger.MessageGroup

Fields

All

Represents all log messages.

View Source
Declaration
public const string All = "all"

OS

Represents the operating system-related log messages.

View Source
Declaration
public const string OS = "os"

Core

Represents the core system-related log messages.

View Source
Declaration
public const string Core = "core"

Application

Represents the application-specific log messages.

View Source
Declaration
public const string Application = "application"