Update Iris with more tracing

This commit is contained in:
Yoshi Askharoun
2024-12-27 22:58:03 -06:00
parent 9924746459
commit f7ab609a0c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ public class CompileCommand : CompilerCommandBase<CompileCommand.Settings>
BeginErrorReporting(new IrisSourceRepository(compilands, dataTableInput));
TraceSettings.Current.SetCategoryLevel(TraceCategory.Markup, byte.MaxValue);
TraceSettings.Current.SetCategoryLevel(TraceCategory.MarkupCompiler, byte.MaxValue);
TraceSettings.Current.SetCategoryLevel(TraceCategory.Tool, byte.MaxValue);
TraceSettings.Current.OnWriteLine += (line) =>
{
AnsiConsole.MarkupLineInterpolated($"[grey]{line}[/]");