Show / Hide Table of Contents

Class ArubaLogRegister

Handles the registration of the output category for logging.

Inheritance
object
ArubaLogRegister
Implements
ILoggerConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class ArubaLogRegister : ILoggerConfiguration

Fields

View Source

LoggingCategory

Name of the logging category for the Aruba plugin.

Declaration
public const string LoggingCategory = "Aruba Output"
Field Value
Type Description
string

Properties

View Source

LogPrefixDefaultCategory

Gets the default logging category for the Aruba plugin.

Declaration
public string LogPrefixDefaultCategory { get; }
Property Value
Type Description
string
View Source

LogPrefixDefaultSeverity

Gets the default log severity for the Aruba plugin.

Declaration
public LogSeverity LogPrefixDefaultSeverity { get; }
Property Value
Type Description
LogSeverity
View Source

LogPrefixName

Gets the logging prefix for the Aruba plugin.

Declaration
public string LogPrefixName { get; }
Property Value
Type Description
string
View Source

LogPrefixShowPrefix

Gets a value indicating whether to show the logging prefix for the Aruba plugin.

Declaration
public bool LogPrefixShowPrefix { get; }
Property Value
Type Description
bool
View Source

LogPrefixTextColor

Gets the logging text color for the Aruba plugin.

Declaration
public string LogPrefixTextColor { get; }
Property Value
Type Description
string

Implements

Phoenix.Logger.ILoggerConfiguration
  • View Source
In this article
Back to top Generated by DocFX