Show / Hide Table of Contents

    Class LogColorFormatterConfiguration

    A configuration object for formatting log messages using colors

    Inheritance
    Object
    LogFormatterConfiguration
    LogColorFormatterConfiguration
    TMPLogColorFormatterConfiguration
    Inherited Members
    LogFormatterConfiguration.GenerateFormatter()
    Namespace: i5.Toolkit.Core.AppConsole
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class LogColorFormatterConfiguration : LogFormatterConfiguration

    Fields

    assertColor

    Declaration
    protected Color assertColor
    Field Value
    Type Description
    Color

    errorColor

    Declaration
    protected Color errorColor
    Field Value
    Type Description
    Color

    exceptionColor

    Declaration
    protected Color exceptionColor
    Field Value
    Type Description
    Color

    logColor

    Declaration
    protected Color logColor
    Field Value
    Type Description
    Color

    warningColor

    Declaration
    protected Color warningColor
    Field Value
    Type Description
    Color
    Back to top i5 Toolkit Documentation