Exposes a Format(UnsafeStringBuilder, IFormatterRepository) method, which allows an object to format itself into an UnsafeStringBuilder. Logging and caching components rely on the IFormattable interface.
Namespace: Flashtrace.Formatters
Assembly: Flashtrace.Formatters.dll
Syntax
public interface IFormattable<T> where T : FormattingRoleType Parameters
| Name | Description |
|---|---|
| T |
Methods
| Name | Description |
|---|---|
| Format(UnsafeStringBuilder, IFormatterRepository) | Appends a description of the current object to a given UnsafeStringBuilder. |