Class LogFormatterConfiguration
A console formatter configuration object which can be set up as a scriptable object
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 |