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));
|
BeginErrorReporting(new IrisSourceRepository(compilands, dataTableInput));
|
||||||
TraceSettings.Current.SetCategoryLevel(TraceCategory.Markup, byte.MaxValue);
|
TraceSettings.Current.SetCategoryLevel(TraceCategory.Markup, byte.MaxValue);
|
||||||
TraceSettings.Current.SetCategoryLevel(TraceCategory.MarkupCompiler, byte.MaxValue);
|
TraceSettings.Current.SetCategoryLevel(TraceCategory.MarkupCompiler, byte.MaxValue);
|
||||||
|
TraceSettings.Current.SetCategoryLevel(TraceCategory.Tool, byte.MaxValue);
|
||||||
TraceSettings.Current.OnWriteLine += (line) =>
|
TraceSettings.Current.OnWriteLine += (line) =>
|
||||||
{
|
{
|
||||||
AnsiConsole.MarkupLineInterpolated($"[grey]{line}[/]");
|
AnsiConsole.MarkupLineInterpolated($"[grey]{line}[/]");
|
||||||
|
|||||||
+1
-1
Submodule libs/MicrosoftIris updated: f94e29a368...b41e796c46
Reference in New Issue
Block a user