// NOTE: s == null allowed only for testing purposes
 public LogData(AbstractDecorator s, object tg, string r)
 {
     //if(s == null) throw new ArgEx("Scope cannot be null");
     scope = s; target = tg; reason = r;
 }
Beispiel #2
0
 // NOTE: s == null allowed only for testing purposes
 public LogData(AbstractDecorator s, object tg, string r)
 {
     scope = s; target = tg; reason = r;
 }