Show / Hide Table of Contents

    Interface ILogFormatter

    Formatter that can format log messages to text output

    Namespace: i5.Toolkit.Core.AppConsole
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ILogFormatter

    Methods

    Format(ILogMessage)

    Formats the given log message to text output

    Declaration
    string Format(ILogMessage logMessage)
    Parameters
    Type Name Description
    ILogMessage logMessage

    The log message to format

    Returns
    Type Description
    String

    Returns formatted text output based on the log message

    Back to top i5 Toolkit Documentation