MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersIOption­Aware­Formatter
Open sandboxFocus

IOptionAwareFormatter Interface

An interface that implementations of System.IFormattable can optionally implement to support options.

Namespace: Flashtrace.Formatters
Assembly: Flashtrace.Formatters.dll
Syntax
public interface IOptionAwareFormatter : IFormatter

Methods

Name Description
WithOptions(FormattingOptions)

Returns a copy of the current formatter, but for different options.

Extension Methods

FormatterExtensions.WithOptions(IFormatter, FormattingOptions)