Inheritance: ITagConfiguration
Exemplo n.º 1
0
 private LogglyConfig()
 {
     IsEnabled = true;
     Tags = new TagConfiguration();
     Transport = new TransportConfiguration();
 }
Exemplo n.º 2
0
 private LogglyConfig()
 {
     IsEnabled = true;
     TagConfig = new TagConfiguration();
     Transport = new TransportConfiguration();
 }