Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit c89917b

Browse files
Add missing baselines
1 parent d62cbc2 commit c89917b

File tree

2 files changed

+1590
-0
lines changed

2 files changed

+1590
-0
lines changed
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
{
2+
"AssemblyIdentity": "Microsoft.Extensions.Logging.Configuration, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
3+
"Types": [
4+
{
5+
"Name": "Microsoft.Extensions.Logging.LoggingBuilderExtensions",
6+
"Visibility": "Public",
7+
"Kind": "Class",
8+
"Abstract": true,
9+
"Static": true,
10+
"Sealed": true,
11+
"ImplementedInterfaces": [],
12+
"Members": [
13+
{
14+
"Kind": "Method",
15+
"Name": "AddConfiguration",
16+
"Parameters": [
17+
{
18+
"Name": "builder",
19+
"Type": "Microsoft.Extensions.Logging.ILoggingBuilder"
20+
},
21+
{
22+
"Name": "configuration",
23+
"Type": "Microsoft.Extensions.Configuration.IConfiguration"
24+
}
25+
],
26+
"ReturnType": "Microsoft.Extensions.Logging.ILoggingBuilder",
27+
"Static": true,
28+
"Extension": true,
29+
"Visibility": "Public",
30+
"GenericParameter": []
31+
}
32+
],
33+
"GenericParameters": []
34+
},
35+
{
36+
"Name": "Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration<T0>",
37+
"Visibility": "Public",
38+
"Kind": "Interface",
39+
"Abstract": true,
40+
"ImplementedInterfaces": [],
41+
"Members": [
42+
{
43+
"Kind": "Method",
44+
"Name": "get_Configuration",
45+
"Parameters": [],
46+
"ReturnType": "Microsoft.Extensions.Configuration.IConfiguration",
47+
"GenericParameter": []
48+
}
49+
],
50+
"GenericParameters": [
51+
{
52+
"ParameterName": "T",
53+
"ParameterPosition": 0,
54+
"BaseTypeOrInterfaces": []
55+
}
56+
]
57+
},
58+
{
59+
"Name": "Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory",
60+
"Visibility": "Public",
61+
"Kind": "Interface",
62+
"Abstract": true,
63+
"ImplementedInterfaces": [],
64+
"Members": [
65+
{
66+
"Kind": "Method",
67+
"Name": "GetConfiguration",
68+
"Parameters": [
69+
{
70+
"Name": "providerType",
71+
"Type": "System.Type"
72+
}
73+
],
74+
"ReturnType": "Microsoft.Extensions.Configuration.IConfiguration",
75+
"GenericParameter": []
76+
}
77+
],
78+
"GenericParameters": []
79+
},
80+
{
81+
"Name": "Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource<T0, T1>",
82+
"Visibility": "Public",
83+
"Kind": "Class",
84+
"BaseType": "Microsoft.Extensions.Options.ConfigurationChangeTokenSource<T0>",
85+
"ImplementedInterfaces": [],
86+
"Members": [
87+
{
88+
"Kind": "Constructor",
89+
"Name": ".ctor",
90+
"Parameters": [
91+
{
92+
"Name": "providerConfiguration",
93+
"Type": "Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration<T1>"
94+
}
95+
],
96+
"Visibility": "Public",
97+
"GenericParameter": []
98+
}
99+
],
100+
"GenericParameters": [
101+
{
102+
"ParameterName": "TOptions",
103+
"ParameterPosition": 0,
104+
"BaseTypeOrInterfaces": []
105+
},
106+
{
107+
"ParameterName": "TProvider",
108+
"ParameterPosition": 1,
109+
"BaseTypeOrInterfaces": []
110+
}
111+
]
112+
},
113+
{
114+
"Name": "Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions",
115+
"Visibility": "Public",
116+
"Kind": "Class",
117+
"Abstract": true,
118+
"Static": true,
119+
"Sealed": true,
120+
"ImplementedInterfaces": [],
121+
"Members": [
122+
{
123+
"Kind": "Method",
124+
"Name": "AddConfiguration",
125+
"Parameters": [
126+
{
127+
"Name": "builder",
128+
"Type": "Microsoft.Extensions.Logging.ILoggingBuilder"
129+
}
130+
],
131+
"ReturnType": "System.Void",
132+
"Static": true,
133+
"Extension": true,
134+
"Visibility": "Public",
135+
"GenericParameter": []
136+
}
137+
],
138+
"GenericParameters": []
139+
}
140+
]
141+
}

0 commit comments

Comments
 (0)