Exemplo n.º 1
0
 public void Dispose()
 {
     LoggerClass.WriteLine(String.Format("Leaving function {0}", id.ToString()));
 }
Exemplo n.º 2
0
 public LogHelper(Int32 id)
 {
     this.id = id;
     LoggerClass.WriteLine(String.Format("Entering function {0}", id.ToString()));
 }