mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Update Iris with more tracing
This commit is contained in:
@@ -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}[/]");
|
||||
|
||||
Reference in New Issue
Block a user