Show / Hide Table of Contents

Interface ILoggerConfiguration

Namespace: Phoenix.Logger
Assembly: Phoenix.Abstractions.Logger.dll
Syntax
public interface ILoggerConfiguration

Properties

View Source

LogPrefixDefaultCategory

Gets the category this prefix is associated with.

Declaration
string LogPrefixDefaultCategory { get; }
Property Value
Type Description
System.String
View Source

LogPrefixDefaultSeverity

Gets the default log severity for this category.

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

LogPrefixName

Gets the prefix name for this category.

Declaration
string LogPrefixName { get; }
Property Value
Type Description
System.String
View Source

LogPrefixShowPrefix

Gets a value indicating whether to show the prefix and timestamp at the beginning of each line.

Declaration
bool LogPrefixShowPrefix { get; }
Property Value
Type Description
System.Boolean
View Source

LogPrefixTextColor

Gets the color of the text for this category.

Declaration
string LogPrefixTextColor { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX