Search Results for

    Show / Hide Table of Contents

    Class LogFormatterConfiguration

    A console formatter configuration object which can be set up as a scriptable object

    Inheritance
    Object
    LogFormatterConfiguration
    LogColorFormatterConfiguration
    Namespace: i5.Toolkit.Core.AppConsole
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class LogFormatterConfiguration : ScriptableObject

    Methods

    GenerateFormatter()

    Creates a formatter instance which can be used to format messages

    Declaration
    public abstract ILogFormatter GenerateFormatter()
    Returns
    Type Description
    ILogFormatter

    Returns the formatter instance with the set up configuration

    In This Article
    Back to top i5 Toolkit Documentation