LogLocation Property

Glimpse API

LoggingElement LogLocation Property Glimpse API Documentation
Gets or sets the file path to the Glimpse log file.

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

Syntax

public string LogLocation { get; set; }
public string LogLocation { get; set; }

Field Value

The absolute or relative file path to the log file. Relative paths are rooted from AppDomain.CurrentDomain.BaseDirectory. The default value is Glimpse.log.
Remarks

LogLocation is only written to if Level is not set to Off.
See Also