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