Class LoggingInfo
A class to hold logging information.
Implements
Inherited Members
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 SourceLoggingInfo()
Initializes a new instance of the LoggingInfo class.
Declaration
public LoggingInfo()
Fields
View SourceDeviceConfigPrefix
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 |