Esempio n. 1
0
 public virtual bool ShouldWriteDebug()
 {
     return(_Writer != null && _Writer.ShouldWriteDebug());
 }
Esempio n. 2
0
 public virtual bool ShouldWriteDebug()
 {
     return(_Writer != null?_Writer.ShouldWriteDebug() : true);
 }