Show / Hide Table of Contents

Class LoggingInfo

A class to hold logging information.

Inheritance
System.Object
LoggerConfiguration
LoggingInfo
Implements
ILoggerConfiguration
Inherited Members
LoggerConfiguration.LogPrefixName
LoggerConfiguration.LogPrefixTextColor
LoggerConfiguration.LogPrefixDefaultSeverity
LoggerConfiguration.LogPrefixDefaultCategory
LoggerConfiguration.LogPrefixShowPrefix
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Devices
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public class LoggingInfo : LoggerConfiguration, ILoggerConfiguration

Constructors

View Source

LoggingInfo()

Initializes a new instance of the LoggingInfo class.

Declaration
public LoggingInfo()

Fields

View Source

DeviceConfigPrefix

The log prefix for Device Config. This is registered with the system category.

Declaration
public const string DeviceConfigPrefix = "Device Config"
Field Value
Type Description
System.String

Implements

ILoggerConfiguration
  • View Source
In This Article
Back to top Generated by DocFX