Show / Hide Table of Contents

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 Source

CompassLoggingInfo()

Initializes a new instance of the CompassLoggingInfo class.

Declaration
public CompassLoggingInfo()

Fields

View Source

CompassFilterEntryError

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
View Source

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
View Source

CompassFilterPrefix

The prefix for the compass filter error logs.

Declaration
public const string CompassFilterPrefix = "Compass Filter"
Field Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX