Class CompassLoggingInfo
A class to hold logging information related to the compass.
Inheritance
System.Object
CompassLoggingInfo
Namespace: Phoenix.Controls.Compass
Assembly: Phoenix.Controls.Compass.dll
Syntax
public class CompassLoggingInfo : LoggerConfiguration
Constructors
View SourceCompassLoggingInfo()
Initializes a new instance of the CompassLoggingInfo class.
Declaration
public CompassLoggingInfo()
Fields
View SourceCompassFilterEntryError
The error message to be displayed when a duplicate filter entry item was found.
Declaration
public const string CompassFilterEntryError = "There was more than one entry found for the filter item "
Field Value
Type | Description |
---|---|
System.String |
CompassFilterEntryErrorMoreInfo
The message that gives more context to what will happen to the user should they run into a problem with the filter compass entry.
Declaration
public const string CompassFilterEntryErrorMoreInfo = "This may prevent this item and its children from showing in the filtering table. Please contact GNS at gnsall@microsoft.com for more support on this issue."
Field Value
Type | Description |
---|---|
System.String |
CompassFilterPrefix
The prefix for the compass filter error logs.
Declaration
public const string CompassFilterPrefix = "Compass Filter"
Field Value
Type | Description |
---|---|
System.String |