MessageFormatter Class
Definition
Utility methods to format Messages as strings. Formatting optionally includes the original source code.
public static class MessageFormatter
Methods
| Name | Description | 
|---|---|
| Format<TNode>(Node<TNode>, MessageLevel, MessageFormatterOptions) | Lazily enumerates over all Messages of the specified MessageLevel in the specified node. | 
| Lazily enumerates over all Messages in the specified node, grouping by Level in descending order. I.e. Error then Warning and then Info. | |
| Lazily enumerates over all Errors in the specified node. | 
Last modified: 08 September 2025