Esempio n. 1
0
 /// <summary>
 /// Initialises a new instance of the FieldLogScope class and logs the scope beginning.
 /// </summary>
 /// <param name="name">The scope name.</param>
 public FieldLogScope(string name)
 {
     this.name = name;
     FL.Enter(name);
 }