Exemplo n.º 1
0
 public TraceLog(TraceType type, MosaMethod method, string stage, TraceFilter filter)
     : this(type)
 {
     Stage  = stage;
     Method = method;
     Active = filter.IsMatch(Method, Stage);
 }
Exemplo n.º 2
0
        //public int MinTraceLevel { get; set; } = 0;

        public CompilerTrace()
        {
            TraceListener = new DebugCompilerEventListener();
            TraceFilter   = new TraceFilter();
        }