Beispiel #1
0
 public TraceLog(TraceType type, MosaMethod method, string stage, TraceFilter filter)
     : this(type)
 {
     this.Stage = stage;
     this.Method = method;
     this.Active = filter.IsMatch(this.Method, this.Stage);
 }
Beispiel #2
0
 public TraceLog(TraceType type, MosaMethod method, string stage, TraceFilter filter)
     : this(type)
 {
     this.Stage  = stage;
     this.Method = method;
     this.Active = filter.IsMatch(this.Method, this.Stage);
 }
Beispiel #3
0
 public TraceLog(TraceType type, MosaMethod method, string stage, TraceFilter filter)
     : this(type)
 {
     Stage  = stage;
     Method = method;
     Active = filter.IsMatch(Method, Stage);
 }
Beispiel #4
0
 public TraceLog(TraceType type, MosaMethod method, string stage, TraceFilter filter)
     : this(type)
 {
     Stage = stage;
     Method = method;
     Active = filter.IsMatch(Method, Stage);
 }