Interface ILoggerConfiguration
Namespace: Phoenix.Logger
Assembly: Phoenix.Abstractions.Logger.dll
Syntax
public interface ILoggerConfiguration
Properties
View SourceLogPrefixDefaultCategory
Gets the category this prefix is associated with.
Declaration
string LogPrefixDefaultCategory { get; }
Property Value
Type | Description |
---|---|
System.String |
LogPrefixDefaultSeverity
Gets the default log severity for this category.
Declaration
LogSeverity LogPrefixDefaultSeverity { get; }
Property Value
Type | Description |
---|---|
LogSeverity |
LogPrefixName
Gets the prefix name for this category.
Declaration
string LogPrefixName { get; }
Property Value
Type | Description |
---|---|
System.String |
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 |
LogPrefixTextColor
Gets the color of the text for this category.
Declaration
string LogPrefixTextColor { get; }
Property Value
Type | Description |
---|---|
System.String |