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