예제 #1
0
 public void Dispose()
 {
     LoggerStruct.WriteLine(String.Format("Leaving function {0}", id.ToString()));
 }
예제 #2
0
 public LogHelper(Int32 id)
 {
     this.id = id;
     LoggerStruct.WriteLine(String.Format("Entering function {0}", id.ToString()));
 }