Class ExceptionsSu
- Namespace
- SunamoShared
- Assembly
- SunamoShared.dll
Utility for parsing exception output lines.
public class ExceptionsSu
- Inheritance
-
ExceptionsSu
- Inherited Members
- Extension Methods
Methods
ParseExceptions(List<string>, params string[])
Filters and trims exception lines from a list of log lines.
public static List<string> ParseExceptions(List<string> lines, params string[] trimIfStartWith)
Parameters
linesList<string>The log lines to filter.
trimIfStartWithstring[]Prefixes to trim from matching lines.