Class ArubaLogRegister
Handles the registration of the output category for logging.
Implements
ILoggerConfiguration
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class ArubaLogRegister : ILoggerConfiguration
Fields
View SourceLoggingCategory
Name of the logging category for the Aruba plugin.
Declaration
public const string LoggingCategory = "Aruba Output"
Field Value
Type | Description |
---|---|
string |
Properties
View SourceLogPrefixDefaultCategory
Gets the default logging category for the Aruba plugin.
Declaration
public string LogPrefixDefaultCategory { get; }
Property Value
Type | Description |
---|---|
string |
LogPrefixDefaultSeverity
Gets the default log severity for the Aruba plugin.
Declaration
public LogSeverity LogPrefixDefaultSeverity { get; }
Property Value
Type | Description |
---|---|
LogSeverity |
LogPrefixName
Gets the logging prefix for the Aruba plugin.
Declaration
public string LogPrefixName { get; }
Property Value
Type | Description |
---|---|
string |
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 |
LogPrefixTextColor
Gets the logging text color for the Aruba plugin.
Declaration
public string LogPrefixTextColor { get; }
Property Value
Type | Description |
---|---|
string |
Implements
Phoenix.Logger.ILoggerConfiguration