Level Property

Glimpse API

LoggingElement Level Property Glimpse API Documentation
Gets or sets the logging level used by Glimpse.

Namespace: Glimpse.Core.Configuration
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public LoggingLevel Level { get; set; }
public LoggingLevel Level { get; set; }

Field Value

The string representation of any valid LoggingLevel.
See Also