Exemple #1
0
 public Log(TextWriter writer)
     : this()
 {
     writer.Name("writer").NotNull();
       this._writer = writer;
 }