Inheritance: ITagConfiguration
Beispiel #1
0
 private LogglyConfig()
 {
     IsEnabled = true;
     Tags = new TagConfiguration();
     Transport = new TransportConfiguration();
 }
Beispiel #2
0
 private LogglyConfig()
 {
     IsEnabled = true;
     TagConfig = new TagConfiguration();
     Transport = new TransportConfiguration();
 }