Exemplo n.º 1
0
 /// <summary>
 /// Initialize a new instance of <see cref="CategoryData"/>.
 /// </summary>
 /// <param name="name">Name associated with this logging category</param>
 public CategoryData(string name)
 {
     this.name = name;
     destinationDataCollection = new DestinationDataCollection();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initialize a new instance of <see cref="CategoryData"/>.
 /// </summary>
 /// <param name="name">Name associated with this logging category</param>
 public CategoryData(string name)
 {
     this.name = name;
     destinationDataCollection = new DestinationDataCollection();
 }