@tsonic/microsoft-extensions 0.1.2 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.Extensions.Caching.Distributed/bindings.json +317 -543
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
- package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
- package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
- package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
- package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
- package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
- package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
- package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
- package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
- package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.Http/bindings.json +93 -160
- package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
- package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Internal/bindings.json +32 -51
- package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Localization/bindings.json +294 -531
- package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
- package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
- package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
- package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
- package/Microsoft.Extensions.Options/bindings.json +1780 -3480
- package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
- package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
- package/Microsoft.Extensions.Validation/bindings.json +196 -336
- package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
- package/System.Diagnostics/bindings.json +560 -1240
- package/System.Diagnostics/internal/index.d.ts +94 -94
- package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
- package/System.Net.Http/bindings.json +56 -60
- package/System.Net.Http/internal/index.d.ts +4 -4
- package/System.Security.Cryptography/bindings.json +101 -208
- package/System.Security.Cryptography/internal/index.d.ts +14 -14
- package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
- package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
- package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +426 -426
- package/package.json +3 -3
- package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
- package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
- package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
- package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
- package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
- package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
- package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
- package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
- package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
- package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
- package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
- package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
- package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
- package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
- package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
- package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
- package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
- package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
- package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
- package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
- package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
- package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
- package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
- package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
- package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
- package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
- package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
- package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
- package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
- package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
- package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
- package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
- package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
- package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
- package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
- package/System.Diagnostics/internal/metadata.json +0 -1694
- package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
- package/System.Net.Http/internal/metadata.json +0 -141
- package/System.Security.Cryptography/internal/metadata.json +0 -302
- package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
- package/System.Security.Cryptography.Xml/internal/metadata.json +0 -5727
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.Logging.Abstractions",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.Logging.Abstractions"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.IBufferedLogger",
|
|
6
9
|
"clrName": "Microsoft.Extensions.Logging.Abstractions.IBufferedLogger",
|
|
7
|
-
"tsEmitName": "IBufferedLogger",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.IBufferedLogger::LogRecords(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord,Microsoft.Extensions.Logging.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
13
21
|
"clrName": "LogRecords",
|
|
14
|
-
"tsEmitName": "logRecords",
|
|
15
22
|
"metadataToken": 100663494,
|
|
16
23
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord,Microsoft.Extensions.Logging.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
17
24
|
"normalizedSignature": "LogRecords|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord,Microsoft.Extensions.Logging.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 1,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": true,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.IBufferedLogger",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -26,109 +39,126 @@
|
|
|
26
39
|
"properties": [],
|
|
27
40
|
"fields": [],
|
|
28
41
|
"events": [],
|
|
29
|
-
"constructors": []
|
|
30
|
-
"exposedMethods": [
|
|
31
|
-
{
|
|
32
|
-
"tsName": "logRecords",
|
|
33
|
-
"isStatic": false,
|
|
34
|
-
"tsSignatureId": "LogRecords|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord,Microsoft.Extensions.Logging.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
35
|
-
"target": {
|
|
36
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.IBufferedLogger",
|
|
37
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
38
|
-
"metadataToken": 100663494
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
]
|
|
42
|
+
"constructors": []
|
|
42
43
|
},
|
|
43
44
|
{
|
|
44
45
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
45
46
|
"clrName": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
46
|
-
"tsEmitName": "LogEntry_1",
|
|
47
47
|
"assemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
48
48
|
"metadataToken": 0,
|
|
49
|
+
"kind": "Struct",
|
|
50
|
+
"accessibility": "Public",
|
|
51
|
+
"isAbstract": false,
|
|
52
|
+
"isSealed": true,
|
|
53
|
+
"isStatic": false,
|
|
54
|
+
"arity": 1,
|
|
49
55
|
"methods": [],
|
|
50
56
|
"properties": [
|
|
51
57
|
{
|
|
52
58
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601::LogLevel:Microsoft.Extensions.Logging.LogLevel",
|
|
53
59
|
"clrName": "LogLevel",
|
|
54
|
-
"tsEmitName": "logLevel",
|
|
55
60
|
"metadataToken": 385876002,
|
|
56
61
|
"canonicalSignature": ":Microsoft.Extensions.Logging.LogLevel",
|
|
57
62
|
"normalizedSignature": "LogLevel|:Microsoft.Extensions.Logging.LogLevel|static=false|accessor=get",
|
|
58
63
|
"emitScope": "ClassSurface",
|
|
64
|
+
"provenance": "Original",
|
|
59
65
|
"isIndexer": false,
|
|
60
66
|
"hasGetter": true,
|
|
61
67
|
"hasSetter": false,
|
|
68
|
+
"isStatic": false,
|
|
69
|
+
"isAbstract": false,
|
|
70
|
+
"isVirtual": false,
|
|
71
|
+
"isOverride": false,
|
|
62
72
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
63
73
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
64
74
|
},
|
|
65
75
|
{
|
|
66
76
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601::Category:System.String",
|
|
67
77
|
"clrName": "Category",
|
|
68
|
-
"tsEmitName": "category",
|
|
69
78
|
"metadataToken": 385876003,
|
|
70
79
|
"canonicalSignature": ":System.String",
|
|
71
80
|
"normalizedSignature": "Category|:System.String|static=false|accessor=get",
|
|
72
81
|
"emitScope": "ClassSurface",
|
|
82
|
+
"provenance": "Original",
|
|
73
83
|
"isIndexer": false,
|
|
74
84
|
"hasGetter": true,
|
|
75
85
|
"hasSetter": false,
|
|
86
|
+
"isStatic": false,
|
|
87
|
+
"isAbstract": false,
|
|
88
|
+
"isVirtual": false,
|
|
89
|
+
"isOverride": false,
|
|
76
90
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
77
91
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
78
92
|
},
|
|
79
93
|
{
|
|
80
94
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601::EventId:Microsoft.Extensions.Logging.EventId",
|
|
81
95
|
"clrName": "EventId",
|
|
82
|
-
"tsEmitName": "eventId",
|
|
83
96
|
"metadataToken": 385876004,
|
|
84
97
|
"canonicalSignature": ":Microsoft.Extensions.Logging.EventId",
|
|
85
98
|
"normalizedSignature": "EventId|:Microsoft.Extensions.Logging.EventId|static=false|accessor=get",
|
|
86
99
|
"emitScope": "ClassSurface",
|
|
100
|
+
"provenance": "Original",
|
|
87
101
|
"isIndexer": false,
|
|
88
102
|
"hasGetter": true,
|
|
89
103
|
"hasSetter": false,
|
|
104
|
+
"isStatic": false,
|
|
105
|
+
"isAbstract": false,
|
|
106
|
+
"isVirtual": false,
|
|
107
|
+
"isOverride": false,
|
|
90
108
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
91
109
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
92
110
|
},
|
|
93
111
|
{
|
|
94
112
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601::State:TState",
|
|
95
113
|
"clrName": "State",
|
|
96
|
-
"tsEmitName": "state",
|
|
97
114
|
"metadataToken": 385876005,
|
|
98
115
|
"canonicalSignature": ":TState",
|
|
99
116
|
"normalizedSignature": "State|:TState|static=false|accessor=get",
|
|
100
117
|
"emitScope": "ClassSurface",
|
|
118
|
+
"provenance": "Original",
|
|
101
119
|
"isIndexer": false,
|
|
102
120
|
"hasGetter": true,
|
|
103
121
|
"hasSetter": false,
|
|
122
|
+
"isStatic": false,
|
|
123
|
+
"isAbstract": false,
|
|
124
|
+
"isVirtual": false,
|
|
125
|
+
"isOverride": false,
|
|
104
126
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
105
127
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
106
128
|
},
|
|
107
129
|
{
|
|
108
130
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601::Exception:System.Exception",
|
|
109
131
|
"clrName": "Exception",
|
|
110
|
-
"tsEmitName": "exception",
|
|
111
132
|
"metadataToken": 385876006,
|
|
112
133
|
"canonicalSignature": ":System.Exception",
|
|
113
134
|
"normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
|
|
114
135
|
"emitScope": "ClassSurface",
|
|
136
|
+
"provenance": "Original",
|
|
115
137
|
"isIndexer": false,
|
|
116
138
|
"hasGetter": true,
|
|
117
139
|
"hasSetter": false,
|
|
140
|
+
"isStatic": false,
|
|
141
|
+
"isAbstract": false,
|
|
142
|
+
"isVirtual": false,
|
|
143
|
+
"isOverride": false,
|
|
118
144
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
119
145
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
120
146
|
},
|
|
121
147
|
{
|
|
122
148
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601::Formatter:Func_3",
|
|
123
149
|
"clrName": "Formatter",
|
|
124
|
-
"tsEmitName": "formatter",
|
|
125
150
|
"metadataToken": 385876007,
|
|
126
151
|
"canonicalSignature": ":Func_3",
|
|
127
152
|
"normalizedSignature": "Formatter|:Func_3|static=false|accessor=get",
|
|
128
153
|
"emitScope": "ClassSurface",
|
|
154
|
+
"provenance": "Original",
|
|
129
155
|
"isIndexer": false,
|
|
130
156
|
"hasGetter": true,
|
|
131
157
|
"hasSetter": false,
|
|
158
|
+
"isStatic": false,
|
|
159
|
+
"isAbstract": false,
|
|
160
|
+
"isVirtual": false,
|
|
161
|
+
"isOverride": false,
|
|
132
162
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
133
163
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
134
164
|
}
|
|
@@ -146,353 +176,233 @@
|
|
|
146
176
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
147
177
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
148
178
|
}
|
|
149
|
-
],
|
|
150
|
-
"exposedProperties": [
|
|
151
|
-
{
|
|
152
|
-
"tsName": "logLevel",
|
|
153
|
-
"isStatic": false,
|
|
154
|
-
"tsSignatureId": "LogLevel|:Microsoft.Extensions.Logging.LogLevel|static=false|accessor=get",
|
|
155
|
-
"target": {
|
|
156
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
157
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
158
|
-
"metadataToken": 385876002
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"tsName": "category",
|
|
163
|
-
"isStatic": false,
|
|
164
|
-
"tsSignatureId": "Category|:System.String|static=false|accessor=get",
|
|
165
|
-
"target": {
|
|
166
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
167
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
168
|
-
"metadataToken": 385876003
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"tsName": "eventId",
|
|
173
|
-
"isStatic": false,
|
|
174
|
-
"tsSignatureId": "EventId|:Microsoft.Extensions.Logging.EventId|static=false|accessor=get",
|
|
175
|
-
"target": {
|
|
176
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
177
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
178
|
-
"metadataToken": 385876004
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"tsName": "state",
|
|
183
|
-
"isStatic": false,
|
|
184
|
-
"tsSignatureId": "State|:TState|static=false|accessor=get",
|
|
185
|
-
"target": {
|
|
186
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
187
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
188
|
-
"metadataToken": 385876005
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"tsName": "exception",
|
|
193
|
-
"isStatic": false,
|
|
194
|
-
"tsSignatureId": "Exception|:System.Exception|static=false|accessor=get",
|
|
195
|
-
"target": {
|
|
196
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
197
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
198
|
-
"metadataToken": 385876006
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"tsName": "formatter",
|
|
203
|
-
"isStatic": false,
|
|
204
|
-
"tsSignatureId": "Formatter|:Func_3|static=false|accessor=get",
|
|
205
|
-
"target": {
|
|
206
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
207
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
208
|
-
"metadataToken": 385876007
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
],
|
|
212
|
-
"exposedConstructors": [
|
|
213
|
-
{
|
|
214
|
-
"isStatic": false,
|
|
215
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.Logging.LogLevel,System.String,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):void|static=false",
|
|
216
|
-
"target": {
|
|
217
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.LogEntry\u00601",
|
|
218
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
219
|
-
"metadataToken": 100663495
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
179
|
]
|
|
223
180
|
},
|
|
224
181
|
{
|
|
225
182
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
226
183
|
"clrName": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
227
|
-
"tsEmitName": "BufferedLogRecord",
|
|
228
184
|
"assemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
229
185
|
"metadataToken": 0,
|
|
186
|
+
"kind": "Class",
|
|
187
|
+
"accessibility": "Public",
|
|
188
|
+
"isAbstract": true,
|
|
189
|
+
"isSealed": false,
|
|
190
|
+
"isStatic": false,
|
|
191
|
+
"arity": 0,
|
|
230
192
|
"methods": [],
|
|
231
193
|
"properties": [
|
|
232
194
|
{
|
|
233
195
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord::Timestamp:System.DateTimeOffset",
|
|
234
196
|
"clrName": "Timestamp",
|
|
235
|
-
"tsEmitName": "timestamp",
|
|
236
197
|
"metadataToken": 385875992,
|
|
237
198
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
238
199
|
"normalizedSignature": "Timestamp|:System.DateTimeOffset|static=false|accessor=get",
|
|
239
200
|
"emitScope": "ClassSurface",
|
|
201
|
+
"provenance": "Original",
|
|
240
202
|
"isIndexer": false,
|
|
241
203
|
"hasGetter": true,
|
|
242
204
|
"hasSetter": false,
|
|
205
|
+
"isStatic": false,
|
|
206
|
+
"isAbstract": true,
|
|
207
|
+
"isVirtual": true,
|
|
208
|
+
"isOverride": false,
|
|
243
209
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
244
210
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
245
211
|
},
|
|
246
212
|
{
|
|
247
213
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord::LogLevel:Microsoft.Extensions.Logging.LogLevel",
|
|
248
214
|
"clrName": "LogLevel",
|
|
249
|
-
"tsEmitName": "logLevel",
|
|
250
215
|
"metadataToken": 385875993,
|
|
251
216
|
"canonicalSignature": ":Microsoft.Extensions.Logging.LogLevel",
|
|
252
217
|
"normalizedSignature": "LogLevel|:Microsoft.Extensions.Logging.LogLevel|static=false|accessor=get",
|
|
253
218
|
"emitScope": "ClassSurface",
|
|
219
|
+
"provenance": "Original",
|
|
254
220
|
"isIndexer": false,
|
|
255
221
|
"hasGetter": true,
|
|
256
222
|
"hasSetter": false,
|
|
223
|
+
"isStatic": false,
|
|
224
|
+
"isAbstract": true,
|
|
225
|
+
"isVirtual": true,
|
|
226
|
+
"isOverride": false,
|
|
257
227
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
258
228
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
259
229
|
},
|
|
260
230
|
{
|
|
261
231
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord::EventId:Microsoft.Extensions.Logging.EventId",
|
|
262
232
|
"clrName": "EventId",
|
|
263
|
-
"tsEmitName": "eventId",
|
|
264
233
|
"metadataToken": 385875994,
|
|
265
234
|
"canonicalSignature": ":Microsoft.Extensions.Logging.EventId",
|
|
266
235
|
"normalizedSignature": "EventId|:Microsoft.Extensions.Logging.EventId|static=false|accessor=get",
|
|
267
236
|
"emitScope": "ClassSurface",
|
|
237
|
+
"provenance": "Original",
|
|
268
238
|
"isIndexer": false,
|
|
269
239
|
"hasGetter": true,
|
|
270
240
|
"hasSetter": false,
|
|
241
|
+
"isStatic": false,
|
|
242
|
+
"isAbstract": true,
|
|
243
|
+
"isVirtual": true,
|
|
244
|
+
"isOverride": false,
|
|
271
245
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
272
246
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
273
247
|
},
|
|
274
248
|
{
|
|
275
249
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord::Exception:System.String",
|
|
276
250
|
"clrName": "Exception",
|
|
277
|
-
"tsEmitName": "exception",
|
|
278
251
|
"metadataToken": 385875995,
|
|
279
252
|
"canonicalSignature": ":System.String",
|
|
280
253
|
"normalizedSignature": "Exception|:System.String|static=false|accessor=get",
|
|
281
254
|
"emitScope": "ClassSurface",
|
|
255
|
+
"provenance": "Original",
|
|
282
256
|
"isIndexer": false,
|
|
283
257
|
"hasGetter": true,
|
|
284
258
|
"hasSetter": false,
|
|
259
|
+
"isStatic": false,
|
|
260
|
+
"isAbstract": false,
|
|
261
|
+
"isVirtual": true,
|
|
262
|
+
"isOverride": false,
|
|
285
263
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
286
264
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
287
265
|
},
|
|
288
266
|
{
|
|
289
267
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord::ActivitySpanId:System.Nullable_1[[System.Diagnostics.ActivitySpanId,System.Diagnostics.DiagnosticSource,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
|
|
290
268
|
"clrName": "ActivitySpanId",
|
|
291
|
-
"tsEmitName": "activitySpanId",
|
|
292
269
|
"metadataToken": 385875996,
|
|
293
270
|
"canonicalSignature": ":System.Nullable_1[[System.Diagnostics.ActivitySpanId,System.Diagnostics.DiagnosticSource,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
|
|
294
271
|
"normalizedSignature": "ActivitySpanId|:System.Nullable_1[[System.Diagnostics.ActivitySpanId,System.Diagnostics.DiagnosticSource,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false|accessor=get",
|
|
295
272
|
"emitScope": "ClassSurface",
|
|
273
|
+
"provenance": "Original",
|
|
296
274
|
"isIndexer": false,
|
|
297
275
|
"hasGetter": true,
|
|
298
276
|
"hasSetter": false,
|
|
277
|
+
"isStatic": false,
|
|
278
|
+
"isAbstract": false,
|
|
279
|
+
"isVirtual": true,
|
|
280
|
+
"isOverride": false,
|
|
299
281
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
300
282
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
301
283
|
},
|
|
302
284
|
{
|
|
303
285
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord::ActivityTraceId:System.Nullable_1[[System.Diagnostics.ActivityTraceId,System.Diagnostics.DiagnosticSource,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
|
|
304
286
|
"clrName": "ActivityTraceId",
|
|
305
|
-
"tsEmitName": "activityTraceId",
|
|
306
287
|
"metadataToken": 385875997,
|
|
307
288
|
"canonicalSignature": ":System.Nullable_1[[System.Diagnostics.ActivityTraceId,System.Diagnostics.DiagnosticSource,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
|
|
308
289
|
"normalizedSignature": "ActivityTraceId|:System.Nullable_1[[System.Diagnostics.ActivityTraceId,System.Diagnostics.DiagnosticSource,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false|accessor=get",
|
|
309
290
|
"emitScope": "ClassSurface",
|
|
291
|
+
"provenance": "Original",
|
|
310
292
|
"isIndexer": false,
|
|
311
293
|
"hasGetter": true,
|
|
312
294
|
"hasSetter": false,
|
|
295
|
+
"isStatic": false,
|
|
296
|
+
"isAbstract": false,
|
|
297
|
+
"isVirtual": true,
|
|
298
|
+
"isOverride": false,
|
|
313
299
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
314
300
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
315
301
|
},
|
|
316
302
|
{
|
|
317
303
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord::ManagedThreadId:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
318
304
|
"clrName": "ManagedThreadId",
|
|
319
|
-
"tsEmitName": "managedThreadId",
|
|
320
305
|
"metadataToken": 385875998,
|
|
321
306
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
322
307
|
"normalizedSignature": "ManagedThreadId|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
323
308
|
"emitScope": "ClassSurface",
|
|
309
|
+
"provenance": "Original",
|
|
324
310
|
"isIndexer": false,
|
|
325
311
|
"hasGetter": true,
|
|
326
312
|
"hasSetter": false,
|
|
313
|
+
"isStatic": false,
|
|
314
|
+
"isAbstract": false,
|
|
315
|
+
"isVirtual": true,
|
|
316
|
+
"isOverride": false,
|
|
327
317
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
328
318
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
329
319
|
},
|
|
330
320
|
{
|
|
331
321
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord::FormattedMessage:System.String",
|
|
332
322
|
"clrName": "FormattedMessage",
|
|
333
|
-
"tsEmitName": "formattedMessage",
|
|
334
323
|
"metadataToken": 385875999,
|
|
335
324
|
"canonicalSignature": ":System.String",
|
|
336
325
|
"normalizedSignature": "FormattedMessage|:System.String|static=false|accessor=get",
|
|
337
326
|
"emitScope": "ClassSurface",
|
|
327
|
+
"provenance": "Original",
|
|
338
328
|
"isIndexer": false,
|
|
339
329
|
"hasGetter": true,
|
|
340
330
|
"hasSetter": false,
|
|
331
|
+
"isStatic": false,
|
|
332
|
+
"isAbstract": false,
|
|
333
|
+
"isVirtual": true,
|
|
334
|
+
"isOverride": false,
|
|
341
335
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
342
336
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
343
337
|
},
|
|
344
338
|
{
|
|
345
339
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord::MessageTemplate:System.String",
|
|
346
340
|
"clrName": "MessageTemplate",
|
|
347
|
-
"tsEmitName": "messageTemplate",
|
|
348
341
|
"metadataToken": 385876000,
|
|
349
342
|
"canonicalSignature": ":System.String",
|
|
350
343
|
"normalizedSignature": "MessageTemplate|:System.String|static=false|accessor=get",
|
|
351
344
|
"emitScope": "ClassSurface",
|
|
345
|
+
"provenance": "Original",
|
|
352
346
|
"isIndexer": false,
|
|
353
347
|
"hasGetter": true,
|
|
354
348
|
"hasSetter": false,
|
|
349
|
+
"isStatic": false,
|
|
350
|
+
"isAbstract": false,
|
|
351
|
+
"isVirtual": true,
|
|
352
|
+
"isOverride": false,
|
|
355
353
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
356
354
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
357
355
|
},
|
|
358
356
|
{
|
|
359
357
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord::Attributes:System.Collections.Generic.IReadOnlyList_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
360
358
|
"clrName": "Attributes",
|
|
361
|
-
"tsEmitName": "attributes",
|
|
362
359
|
"metadataToken": 385876001,
|
|
363
360
|
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
364
361
|
"normalizedSignature": "Attributes|:System.Collections.Generic.IReadOnlyList_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
365
362
|
"emitScope": "ClassSurface",
|
|
363
|
+
"provenance": "Original",
|
|
366
364
|
"isIndexer": false,
|
|
367
365
|
"hasGetter": true,
|
|
368
366
|
"hasSetter": false,
|
|
367
|
+
"isStatic": false,
|
|
368
|
+
"isAbstract": false,
|
|
369
|
+
"isVirtual": true,
|
|
370
|
+
"isOverride": false,
|
|
369
371
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
370
372
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
371
373
|
}
|
|
372
374
|
],
|
|
373
375
|
"fields": [],
|
|
374
376
|
"events": [],
|
|
375
|
-
"constructors": []
|
|
376
|
-
"exposedProperties": [
|
|
377
|
-
{
|
|
378
|
-
"tsName": "timestamp",
|
|
379
|
-
"isStatic": false,
|
|
380
|
-
"tsSignatureId": "Timestamp|:System.DateTimeOffset|static=false|accessor=get",
|
|
381
|
-
"target": {
|
|
382
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
383
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
384
|
-
"metadataToken": 385875992
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"tsName": "logLevel",
|
|
389
|
-
"isStatic": false,
|
|
390
|
-
"tsSignatureId": "LogLevel|:Microsoft.Extensions.Logging.LogLevel|static=false|accessor=get",
|
|
391
|
-
"target": {
|
|
392
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
393
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
394
|
-
"metadataToken": 385875993
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"tsName": "eventId",
|
|
399
|
-
"isStatic": false,
|
|
400
|
-
"tsSignatureId": "EventId|:Microsoft.Extensions.Logging.EventId|static=false|accessor=get",
|
|
401
|
-
"target": {
|
|
402
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
403
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
404
|
-
"metadataToken": 385875994
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"tsName": "exception",
|
|
409
|
-
"isStatic": false,
|
|
410
|
-
"tsSignatureId": "Exception|:System.String|static=false|accessor=get",
|
|
411
|
-
"target": {
|
|
412
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
413
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
414
|
-
"metadataToken": 385875995
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"tsName": "activitySpanId",
|
|
419
|
-
"isStatic": false,
|
|
420
|
-
"tsSignatureId": "ActivitySpanId|:System.Nullable_1[[System.Diagnostics.ActivitySpanId,System.Diagnostics.DiagnosticSource,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false|accessor=get",
|
|
421
|
-
"target": {
|
|
422
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
423
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
424
|
-
"metadataToken": 385875996
|
|
425
|
-
}
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"tsName": "activityTraceId",
|
|
429
|
-
"isStatic": false,
|
|
430
|
-
"tsSignatureId": "ActivityTraceId|:System.Nullable_1[[System.Diagnostics.ActivityTraceId,System.Diagnostics.DiagnosticSource,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false|accessor=get",
|
|
431
|
-
"target": {
|
|
432
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
433
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
434
|
-
"metadataToken": 385875997
|
|
435
|
-
}
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"tsName": "managedThreadId",
|
|
439
|
-
"isStatic": false,
|
|
440
|
-
"tsSignatureId": "ManagedThreadId|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
441
|
-
"target": {
|
|
442
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
443
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
444
|
-
"metadataToken": 385875998
|
|
445
|
-
}
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"tsName": "formattedMessage",
|
|
449
|
-
"isStatic": false,
|
|
450
|
-
"tsSignatureId": "FormattedMessage|:System.String|static=false|accessor=get",
|
|
451
|
-
"target": {
|
|
452
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
453
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
454
|
-
"metadataToken": 385875999
|
|
455
|
-
}
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"tsName": "messageTemplate",
|
|
459
|
-
"isStatic": false,
|
|
460
|
-
"tsSignatureId": "MessageTemplate|:System.String|static=false|accessor=get",
|
|
461
|
-
"target": {
|
|
462
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
463
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
464
|
-
"metadataToken": 385876000
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"tsName": "attributes",
|
|
469
|
-
"isStatic": false,
|
|
470
|
-
"tsSignatureId": "Attributes|:System.Collections.Generic.IReadOnlyList_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
471
|
-
"target": {
|
|
472
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord",
|
|
473
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
474
|
-
"metadataToken": 385876001
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
]
|
|
377
|
+
"constructors": []
|
|
478
378
|
},
|
|
479
379
|
{
|
|
480
380
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
481
381
|
"clrName": "Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
482
|
-
"tsEmitName": "NullLogger",
|
|
483
382
|
"assemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
484
383
|
"metadataToken": 0,
|
|
384
|
+
"kind": "Class",
|
|
385
|
+
"accessibility": "Public",
|
|
386
|
+
"isAbstract": false,
|
|
387
|
+
"isSealed": true,
|
|
388
|
+
"isStatic": false,
|
|
389
|
+
"arity": 0,
|
|
485
390
|
"methods": [
|
|
486
391
|
{
|
|
487
392
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLogger::BeginScope(TState):System.IDisposable",
|
|
488
393
|
"clrName": "BeginScope",
|
|
489
|
-
"tsEmitName": "beginScope",
|
|
490
394
|
"metadataToken": 100663504,
|
|
491
395
|
"canonicalSignature": "(TState):System.IDisposable",
|
|
492
396
|
"normalizedSignature": "BeginScope|(TState):System.IDisposable|static=false",
|
|
493
397
|
"emitScope": "ClassSurface",
|
|
398
|
+
"provenance": "Original",
|
|
494
399
|
"arity": 1,
|
|
495
400
|
"parameterCount": 1,
|
|
401
|
+
"isStatic": false,
|
|
402
|
+
"isAbstract": false,
|
|
403
|
+
"isVirtual": true,
|
|
404
|
+
"isOverride": false,
|
|
405
|
+
"isSealed": true,
|
|
496
406
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
497
407
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
498
408
|
"isExtensionMethod": false
|
|
@@ -500,13 +410,18 @@
|
|
|
500
410
|
{
|
|
501
411
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLogger::IsEnabled(Microsoft.Extensions.Logging.LogLevel):System.Boolean",
|
|
502
412
|
"clrName": "IsEnabled",
|
|
503
|
-
"tsEmitName": "isEnabled",
|
|
504
413
|
"metadataToken": 100663505,
|
|
505
414
|
"canonicalSignature": "(Microsoft.Extensions.Logging.LogLevel):System.Boolean",
|
|
506
415
|
"normalizedSignature": "IsEnabled|(Microsoft.Extensions.Logging.LogLevel):System.Boolean|static=false",
|
|
507
416
|
"emitScope": "ClassSurface",
|
|
417
|
+
"provenance": "Original",
|
|
508
418
|
"arity": 0,
|
|
509
419
|
"parameterCount": 1,
|
|
420
|
+
"isStatic": false,
|
|
421
|
+
"isAbstract": false,
|
|
422
|
+
"isVirtual": true,
|
|
423
|
+
"isOverride": false,
|
|
424
|
+
"isSealed": true,
|
|
510
425
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
511
426
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
512
427
|
"isExtensionMethod": false
|
|
@@ -514,13 +429,18 @@
|
|
|
514
429
|
{
|
|
515
430
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLogger::Log(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void",
|
|
516
431
|
"clrName": "Log",
|
|
517
|
-
"tsEmitName": "log",
|
|
518
432
|
"metadataToken": 100663506,
|
|
519
433
|
"canonicalSignature": "(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void",
|
|
520
434
|
"normalizedSignature": "Log|(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void|static=false",
|
|
521
435
|
"emitScope": "ClassSurface",
|
|
436
|
+
"provenance": "Original",
|
|
522
437
|
"arity": 1,
|
|
523
438
|
"parameterCount": 5,
|
|
439
|
+
"isStatic": false,
|
|
440
|
+
"isAbstract": false,
|
|
441
|
+
"isVirtual": true,
|
|
442
|
+
"isOverride": false,
|
|
443
|
+
"isSealed": true,
|
|
524
444
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
525
445
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
526
446
|
"isExtensionMethod": false
|
|
@@ -528,157 +448,115 @@
|
|
|
528
448
|
{
|
|
529
449
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.ILogger::Log(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void",
|
|
530
450
|
"clrName": "Log",
|
|
531
|
-
"tsEmitName": "log$view",
|
|
532
451
|
"metadataToken": 100663365,
|
|
533
452
|
"canonicalSignature": "(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void",
|
|
534
453
|
"normalizedSignature": "Log|(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void|static=false",
|
|
535
454
|
"emitScope": "ViewOnly",
|
|
455
|
+
"provenance": "ExplicitView",
|
|
536
456
|
"arity": 1,
|
|
537
457
|
"parameterCount": 5,
|
|
458
|
+
"isStatic": false,
|
|
459
|
+
"isAbstract": false,
|
|
460
|
+
"isVirtual": true,
|
|
461
|
+
"isOverride": false,
|
|
462
|
+
"isSealed": false,
|
|
538
463
|
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
539
464
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
540
|
-
"isExtensionMethod": false
|
|
465
|
+
"isExtensionMethod": false,
|
|
466
|
+
"sourceInterface": "Microsoft.Extensions.Logging.ILogger"
|
|
541
467
|
},
|
|
542
468
|
{
|
|
543
469
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.ILogger::IsEnabled(Microsoft.Extensions.Logging.LogLevel):System.Boolean",
|
|
544
470
|
"clrName": "IsEnabled",
|
|
545
|
-
"tsEmitName": "isEnabled$view",
|
|
546
471
|
"metadataToken": 100663366,
|
|
547
472
|
"canonicalSignature": "(Microsoft.Extensions.Logging.LogLevel):System.Boolean",
|
|
548
473
|
"normalizedSignature": "IsEnabled|(Microsoft.Extensions.Logging.LogLevel):System.Boolean|static=false",
|
|
549
474
|
"emitScope": "ViewOnly",
|
|
475
|
+
"provenance": "ExplicitView",
|
|
550
476
|
"arity": 0,
|
|
551
477
|
"parameterCount": 1,
|
|
478
|
+
"isStatic": false,
|
|
479
|
+
"isAbstract": false,
|
|
480
|
+
"isVirtual": true,
|
|
481
|
+
"isOverride": false,
|
|
482
|
+
"isSealed": false,
|
|
552
483
|
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
553
484
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
554
|
-
"isExtensionMethod": false
|
|
485
|
+
"isExtensionMethod": false,
|
|
486
|
+
"sourceInterface": "Microsoft.Extensions.Logging.ILogger"
|
|
555
487
|
},
|
|
556
488
|
{
|
|
557
489
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.ILogger::BeginScope(TState):System.IDisposable",
|
|
558
490
|
"clrName": "BeginScope",
|
|
559
|
-
"tsEmitName": "beginScope$view",
|
|
560
491
|
"metadataToken": 100663367,
|
|
561
492
|
"canonicalSignature": "(TState):System.IDisposable",
|
|
562
493
|
"normalizedSignature": "BeginScope|(TState):System.IDisposable|static=false",
|
|
563
494
|
"emitScope": "ViewOnly",
|
|
495
|
+
"provenance": "ExplicitView",
|
|
564
496
|
"arity": 1,
|
|
565
497
|
"parameterCount": 1,
|
|
498
|
+
"isStatic": false,
|
|
499
|
+
"isAbstract": false,
|
|
500
|
+
"isVirtual": true,
|
|
501
|
+
"isOverride": false,
|
|
502
|
+
"isSealed": false,
|
|
566
503
|
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
567
504
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
568
|
-
"isExtensionMethod": false
|
|
505
|
+
"isExtensionMethod": false,
|
|
506
|
+
"sourceInterface": "Microsoft.Extensions.Logging.ILogger"
|
|
569
507
|
}
|
|
570
508
|
],
|
|
571
509
|
"properties": [
|
|
572
510
|
{
|
|
573
511
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLogger::Instance:Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
574
512
|
"clrName": "Instance",
|
|
575
|
-
"tsEmitName": "instance",
|
|
576
513
|
"metadataToken": 385876008,
|
|
577
514
|
"canonicalSignature": ":Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
578
515
|
"normalizedSignature": "Instance|:Microsoft.Extensions.Logging.Abstractions.NullLogger|static=true|accessor=get",
|
|
579
516
|
"emitScope": "ClassSurface",
|
|
517
|
+
"provenance": "Original",
|
|
580
518
|
"isIndexer": false,
|
|
581
519
|
"hasGetter": true,
|
|
582
520
|
"hasSetter": false,
|
|
521
|
+
"isStatic": true,
|
|
522
|
+
"isAbstract": false,
|
|
523
|
+
"isVirtual": false,
|
|
524
|
+
"isOverride": false,
|
|
583
525
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
584
526
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
585
527
|
}
|
|
586
528
|
],
|
|
587
529
|
"fields": [],
|
|
588
530
|
"events": [],
|
|
589
|
-
"constructors": []
|
|
590
|
-
"exposedMethods": [
|
|
591
|
-
{
|
|
592
|
-
"tsName": "beginScope",
|
|
593
|
-
"isStatic": false,
|
|
594
|
-
"tsSignatureId": "BeginScope|(TState):System.IDisposable|static=false",
|
|
595
|
-
"target": {
|
|
596
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
597
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
598
|
-
"metadataToken": 100663504
|
|
599
|
-
}
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"tsName": "isEnabled",
|
|
603
|
-
"isStatic": false,
|
|
604
|
-
"tsSignatureId": "IsEnabled|(Microsoft.Extensions.Logging.LogLevel):System.Boolean|static=false",
|
|
605
|
-
"target": {
|
|
606
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
607
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
608
|
-
"metadataToken": 100663505
|
|
609
|
-
}
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"tsName": "log",
|
|
613
|
-
"isStatic": false,
|
|
614
|
-
"tsSignatureId": "Log|(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void|static=false",
|
|
615
|
-
"target": {
|
|
616
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
617
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
618
|
-
"metadataToken": 100663506
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"tsName": "log$view",
|
|
623
|
-
"isStatic": false,
|
|
624
|
-
"tsSignatureId": "Log|(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void|static=false",
|
|
625
|
-
"target": {
|
|
626
|
-
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
627
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
628
|
-
"metadataToken": 100663365
|
|
629
|
-
}
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"tsName": "isEnabled$view",
|
|
633
|
-
"isStatic": false,
|
|
634
|
-
"tsSignatureId": "IsEnabled|(Microsoft.Extensions.Logging.LogLevel):System.Boolean|static=false",
|
|
635
|
-
"target": {
|
|
636
|
-
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
637
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
638
|
-
"metadataToken": 100663366
|
|
639
|
-
}
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"tsName": "beginScope$view",
|
|
643
|
-
"isStatic": false,
|
|
644
|
-
"tsSignatureId": "BeginScope|(TState):System.IDisposable|static=false",
|
|
645
|
-
"target": {
|
|
646
|
-
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
647
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
648
|
-
"metadataToken": 100663367
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
],
|
|
652
|
-
"exposedProperties": [
|
|
653
|
-
{
|
|
654
|
-
"tsName": "instance",
|
|
655
|
-
"isStatic": true,
|
|
656
|
-
"tsSignatureId": "Instance|:Microsoft.Extensions.Logging.Abstractions.NullLogger|static=true|accessor=get",
|
|
657
|
-
"target": {
|
|
658
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger",
|
|
659
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
660
|
-
"metadataToken": 385876008
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
]
|
|
531
|
+
"constructors": []
|
|
664
532
|
},
|
|
665
533
|
{
|
|
666
534
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
667
535
|
"clrName": "Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
668
|
-
"tsEmitName": "NullLogger_1",
|
|
669
536
|
"assemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
670
537
|
"metadataToken": 0,
|
|
538
|
+
"kind": "Class",
|
|
539
|
+
"accessibility": "Public",
|
|
540
|
+
"isAbstract": false,
|
|
541
|
+
"isSealed": false,
|
|
542
|
+
"isStatic": false,
|
|
543
|
+
"arity": 1,
|
|
671
544
|
"methods": [
|
|
672
545
|
{
|
|
673
546
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601::BeginScope(TState):System.IDisposable",
|
|
674
547
|
"clrName": "BeginScope",
|
|
675
|
-
"tsEmitName": "beginScope",
|
|
676
548
|
"metadataToken": 100663518,
|
|
677
549
|
"canonicalSignature": "(TState):System.IDisposable",
|
|
678
550
|
"normalizedSignature": "BeginScope|(TState):System.IDisposable|static=false",
|
|
679
551
|
"emitScope": "ClassSurface",
|
|
552
|
+
"provenance": "Original",
|
|
680
553
|
"arity": 1,
|
|
681
554
|
"parameterCount": 1,
|
|
555
|
+
"isStatic": false,
|
|
556
|
+
"isAbstract": false,
|
|
557
|
+
"isVirtual": true,
|
|
558
|
+
"isOverride": false,
|
|
559
|
+
"isSealed": true,
|
|
682
560
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
683
561
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
684
562
|
"isExtensionMethod": false
|
|
@@ -686,13 +564,18 @@
|
|
|
686
564
|
{
|
|
687
565
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601::Log(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void",
|
|
688
566
|
"clrName": "Log",
|
|
689
|
-
"tsEmitName": "log",
|
|
690
567
|
"metadataToken": 100663519,
|
|
691
568
|
"canonicalSignature": "(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void",
|
|
692
569
|
"normalizedSignature": "Log|(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void|static=false",
|
|
693
570
|
"emitScope": "ClassSurface",
|
|
571
|
+
"provenance": "Original",
|
|
694
572
|
"arity": 1,
|
|
695
573
|
"parameterCount": 5,
|
|
574
|
+
"isStatic": false,
|
|
575
|
+
"isAbstract": false,
|
|
576
|
+
"isVirtual": true,
|
|
577
|
+
"isOverride": false,
|
|
578
|
+
"isSealed": true,
|
|
696
579
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
697
580
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
698
581
|
"isExtensionMethod": false
|
|
@@ -700,13 +583,18 @@
|
|
|
700
583
|
{
|
|
701
584
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601::IsEnabled(Microsoft.Extensions.Logging.LogLevel):System.Boolean",
|
|
702
585
|
"clrName": "IsEnabled",
|
|
703
|
-
"tsEmitName": "isEnabled",
|
|
704
586
|
"metadataToken": 100663520,
|
|
705
587
|
"canonicalSignature": "(Microsoft.Extensions.Logging.LogLevel):System.Boolean",
|
|
706
588
|
"normalizedSignature": "IsEnabled|(Microsoft.Extensions.Logging.LogLevel):System.Boolean|static=false",
|
|
707
589
|
"emitScope": "ClassSurface",
|
|
590
|
+
"provenance": "Original",
|
|
708
591
|
"arity": 0,
|
|
709
592
|
"parameterCount": 1,
|
|
593
|
+
"isStatic": false,
|
|
594
|
+
"isAbstract": false,
|
|
595
|
+
"isVirtual": true,
|
|
596
|
+
"isOverride": false,
|
|
597
|
+
"isSealed": true,
|
|
710
598
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
711
599
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
712
600
|
"isExtensionMethod": false
|
|
@@ -714,44 +602,62 @@
|
|
|
714
602
|
{
|
|
715
603
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.ILogger::Log(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void",
|
|
716
604
|
"clrName": "Log",
|
|
717
|
-
"tsEmitName": "log$view",
|
|
718
605
|
"metadataToken": 100663365,
|
|
719
606
|
"canonicalSignature": "(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void",
|
|
720
607
|
"normalizedSignature": "Log|(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void|static=false",
|
|
721
608
|
"emitScope": "ViewOnly",
|
|
609
|
+
"provenance": "ExplicitView",
|
|
722
610
|
"arity": 1,
|
|
723
611
|
"parameterCount": 5,
|
|
612
|
+
"isStatic": false,
|
|
613
|
+
"isAbstract": false,
|
|
614
|
+
"isVirtual": true,
|
|
615
|
+
"isOverride": false,
|
|
616
|
+
"isSealed": false,
|
|
724
617
|
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
725
618
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
726
|
-
"isExtensionMethod": false
|
|
619
|
+
"isExtensionMethod": false,
|
|
620
|
+
"sourceInterface": "Microsoft.Extensions.Logging.ILogger"
|
|
727
621
|
},
|
|
728
622
|
{
|
|
729
623
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.ILogger::IsEnabled(Microsoft.Extensions.Logging.LogLevel):System.Boolean",
|
|
730
624
|
"clrName": "IsEnabled",
|
|
731
|
-
"tsEmitName": "isEnabled$view",
|
|
732
625
|
"metadataToken": 100663366,
|
|
733
626
|
"canonicalSignature": "(Microsoft.Extensions.Logging.LogLevel):System.Boolean",
|
|
734
627
|
"normalizedSignature": "IsEnabled|(Microsoft.Extensions.Logging.LogLevel):System.Boolean|static=false",
|
|
735
628
|
"emitScope": "ViewOnly",
|
|
629
|
+
"provenance": "ExplicitView",
|
|
736
630
|
"arity": 0,
|
|
737
631
|
"parameterCount": 1,
|
|
632
|
+
"isStatic": false,
|
|
633
|
+
"isAbstract": false,
|
|
634
|
+
"isVirtual": true,
|
|
635
|
+
"isOverride": false,
|
|
636
|
+
"isSealed": false,
|
|
738
637
|
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
739
638
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
740
|
-
"isExtensionMethod": false
|
|
639
|
+
"isExtensionMethod": false,
|
|
640
|
+
"sourceInterface": "Microsoft.Extensions.Logging.ILogger"
|
|
741
641
|
},
|
|
742
642
|
{
|
|
743
643
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.ILogger::BeginScope(TState):System.IDisposable",
|
|
744
644
|
"clrName": "BeginScope",
|
|
745
|
-
"tsEmitName": "beginScope$view",
|
|
746
645
|
"metadataToken": 100663367,
|
|
747
646
|
"canonicalSignature": "(TState):System.IDisposable",
|
|
748
647
|
"normalizedSignature": "BeginScope|(TState):System.IDisposable|static=false",
|
|
749
648
|
"emitScope": "ViewOnly",
|
|
649
|
+
"provenance": "ExplicitView",
|
|
750
650
|
"arity": 1,
|
|
751
651
|
"parameterCount": 1,
|
|
652
|
+
"isStatic": false,
|
|
653
|
+
"isAbstract": false,
|
|
654
|
+
"isVirtual": true,
|
|
655
|
+
"isOverride": false,
|
|
656
|
+
"isSealed": false,
|
|
752
657
|
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
753
658
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
754
|
-
"isExtensionMethod": false
|
|
659
|
+
"isExtensionMethod": false,
|
|
660
|
+
"sourceInterface": "Microsoft.Extensions.Logging.ILogger"
|
|
755
661
|
}
|
|
756
662
|
],
|
|
757
663
|
"properties": [],
|
|
@@ -759,11 +665,11 @@
|
|
|
759
665
|
{
|
|
760
666
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601::InstanceNullLogger\u00601",
|
|
761
667
|
"clrName": "Instance",
|
|
762
|
-
"tsEmitName": "instance",
|
|
763
668
|
"metadataToken": 67108915,
|
|
764
669
|
"normalizedSignature": "Instance|NullLogger\u00601|static=true|const=false",
|
|
765
670
|
"isStatic": true,
|
|
766
671
|
"isReadOnly": true,
|
|
672
|
+
"isLiteral": false,
|
|
767
673
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
768
674
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
769
675
|
}
|
|
@@ -780,110 +686,35 @@
|
|
|
780
686
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
781
687
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
782
688
|
}
|
|
783
|
-
],
|
|
784
|
-
"exposedMethods": [
|
|
785
|
-
{
|
|
786
|
-
"tsName": "beginScope",
|
|
787
|
-
"isStatic": false,
|
|
788
|
-
"tsSignatureId": "BeginScope|(TState):System.IDisposable|static=false",
|
|
789
|
-
"target": {
|
|
790
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
791
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
792
|
-
"metadataToken": 100663518
|
|
793
|
-
}
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"tsName": "log",
|
|
797
|
-
"isStatic": false,
|
|
798
|
-
"tsSignatureId": "Log|(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void|static=false",
|
|
799
|
-
"target": {
|
|
800
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
801
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
802
|
-
"metadataToken": 100663519
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"tsName": "isEnabled",
|
|
807
|
-
"isStatic": false,
|
|
808
|
-
"tsSignatureId": "IsEnabled|(Microsoft.Extensions.Logging.LogLevel):System.Boolean|static=false",
|
|
809
|
-
"target": {
|
|
810
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
811
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
812
|
-
"metadataToken": 100663520
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"tsName": "log$view",
|
|
817
|
-
"isStatic": false,
|
|
818
|
-
"tsSignatureId": "Log|(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,Func_3):System.Void|static=false",
|
|
819
|
-
"target": {
|
|
820
|
-
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
821
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
822
|
-
"metadataToken": 100663365
|
|
823
|
-
}
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"tsName": "isEnabled$view",
|
|
827
|
-
"isStatic": false,
|
|
828
|
-
"tsSignatureId": "IsEnabled|(Microsoft.Extensions.Logging.LogLevel):System.Boolean|static=false",
|
|
829
|
-
"target": {
|
|
830
|
-
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
831
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
832
|
-
"metadataToken": 100663366
|
|
833
|
-
}
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"tsName": "beginScope$view",
|
|
837
|
-
"isStatic": false,
|
|
838
|
-
"tsSignatureId": "BeginScope|(TState):System.IDisposable|static=false",
|
|
839
|
-
"target": {
|
|
840
|
-
"declaringClrType": "Microsoft.Extensions.Logging.ILogger",
|
|
841
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
842
|
-
"metadataToken": 100663367
|
|
843
|
-
}
|
|
844
|
-
}
|
|
845
|
-
],
|
|
846
|
-
"exposedFields": [
|
|
847
|
-
{
|
|
848
|
-
"tsName": "instance",
|
|
849
|
-
"isStatic": true,
|
|
850
|
-
"tsSignatureId": "Instance|NullLogger\u00601|static=true|const=false",
|
|
851
|
-
"target": {
|
|
852
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
853
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
854
|
-
"metadataToken": 67108915
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
],
|
|
858
|
-
"exposedConstructors": [
|
|
859
|
-
{
|
|
860
|
-
"isStatic": false,
|
|
861
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
862
|
-
"target": {
|
|
863
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLogger\u00601",
|
|
864
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
865
|
-
"metadataToken": 100663521
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
689
|
]
|
|
869
690
|
},
|
|
870
691
|
{
|
|
871
692
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
872
693
|
"clrName": "Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
873
|
-
"tsEmitName": "NullLoggerFactory",
|
|
874
694
|
"assemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
875
695
|
"metadataToken": 0,
|
|
696
|
+
"kind": "Class",
|
|
697
|
+
"accessibility": "Public",
|
|
698
|
+
"isAbstract": false,
|
|
699
|
+
"isSealed": false,
|
|
700
|
+
"isStatic": false,
|
|
701
|
+
"arity": 0,
|
|
876
702
|
"methods": [
|
|
877
703
|
{
|
|
878
704
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory::CreateLogger(System.String):Microsoft.Extensions.Logging.ILogger",
|
|
879
705
|
"clrName": "CreateLogger",
|
|
880
|
-
"tsEmitName": "createLogger",
|
|
881
706
|
"metadataToken": 100663509,
|
|
882
707
|
"canonicalSignature": "(System.String):Microsoft.Extensions.Logging.ILogger",
|
|
883
708
|
"normalizedSignature": "CreateLogger|(System.String):Microsoft.Extensions.Logging.ILogger|static=false",
|
|
884
709
|
"emitScope": "ClassSurface",
|
|
710
|
+
"provenance": "Original",
|
|
885
711
|
"arity": 0,
|
|
886
712
|
"parameterCount": 1,
|
|
713
|
+
"isStatic": false,
|
|
714
|
+
"isAbstract": false,
|
|
715
|
+
"isVirtual": true,
|
|
716
|
+
"isOverride": false,
|
|
717
|
+
"isSealed": true,
|
|
887
718
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
888
719
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
889
720
|
"isExtensionMethod": false
|
|
@@ -891,13 +722,18 @@
|
|
|
891
722
|
{
|
|
892
723
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory::AddProvider(Microsoft.Extensions.Logging.ILoggerProvider):System.Void",
|
|
893
724
|
"clrName": "AddProvider",
|
|
894
|
-
"tsEmitName": "addProvider",
|
|
895
725
|
"metadataToken": 100663510,
|
|
896
726
|
"canonicalSignature": "(Microsoft.Extensions.Logging.ILoggerProvider):System.Void",
|
|
897
727
|
"normalizedSignature": "AddProvider|(Microsoft.Extensions.Logging.ILoggerProvider):System.Void|static=false",
|
|
898
728
|
"emitScope": "ClassSurface",
|
|
729
|
+
"provenance": "Original",
|
|
899
730
|
"arity": 0,
|
|
900
731
|
"parameterCount": 1,
|
|
732
|
+
"isStatic": false,
|
|
733
|
+
"isAbstract": false,
|
|
734
|
+
"isVirtual": true,
|
|
735
|
+
"isOverride": false,
|
|
736
|
+
"isSealed": true,
|
|
901
737
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
902
738
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
903
739
|
"isExtensionMethod": false
|
|
@@ -905,13 +741,18 @@
|
|
|
905
741
|
{
|
|
906
742
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory::Dispose():System.Void",
|
|
907
743
|
"clrName": "Dispose",
|
|
908
|
-
"tsEmitName": "dispose",
|
|
909
744
|
"metadataToken": 100663511,
|
|
910
745
|
"canonicalSignature": "():System.Void",
|
|
911
746
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
912
747
|
"emitScope": "ClassSurface",
|
|
748
|
+
"provenance": "Original",
|
|
913
749
|
"arity": 0,
|
|
914
750
|
"parameterCount": 0,
|
|
751
|
+
"isStatic": false,
|
|
752
|
+
"isAbstract": false,
|
|
753
|
+
"isVirtual": true,
|
|
754
|
+
"isOverride": false,
|
|
755
|
+
"isSealed": true,
|
|
915
756
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
916
757
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
917
758
|
"isExtensionMethod": false
|
|
@@ -919,30 +760,42 @@
|
|
|
919
760
|
{
|
|
920
761
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.ILoggerFactory::CreateLogger(System.String):Microsoft.Extensions.Logging.ILogger",
|
|
921
762
|
"clrName": "CreateLogger",
|
|
922
|
-
"tsEmitName": "createLogger$view",
|
|
923
763
|
"metadataToken": 100663368,
|
|
924
764
|
"canonicalSignature": "(System.String):Microsoft.Extensions.Logging.ILogger",
|
|
925
765
|
"normalizedSignature": "CreateLogger|(System.String):Microsoft.Extensions.Logging.ILogger|static=false",
|
|
926
766
|
"emitScope": "ViewOnly",
|
|
767
|
+
"provenance": "ExplicitView",
|
|
927
768
|
"arity": 0,
|
|
928
769
|
"parameterCount": 1,
|
|
770
|
+
"isStatic": false,
|
|
771
|
+
"isAbstract": false,
|
|
772
|
+
"isVirtual": true,
|
|
773
|
+
"isOverride": false,
|
|
774
|
+
"isSealed": false,
|
|
929
775
|
"declaringClrType": "Microsoft.Extensions.Logging.ILoggerFactory",
|
|
930
776
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
931
|
-
"isExtensionMethod": false
|
|
777
|
+
"isExtensionMethod": false,
|
|
778
|
+
"sourceInterface": "Microsoft.Extensions.Logging.ILoggerFactory"
|
|
932
779
|
},
|
|
933
780
|
{
|
|
934
781
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.ILoggerFactory::AddProvider(Microsoft.Extensions.Logging.ILoggerProvider):System.Void",
|
|
935
782
|
"clrName": "AddProvider",
|
|
936
|
-
"tsEmitName": "addProvider$view",
|
|
937
783
|
"metadataToken": 100663369,
|
|
938
784
|
"canonicalSignature": "(Microsoft.Extensions.Logging.ILoggerProvider):System.Void",
|
|
939
785
|
"normalizedSignature": "AddProvider|(Microsoft.Extensions.Logging.ILoggerProvider):System.Void|static=false",
|
|
940
786
|
"emitScope": "ViewOnly",
|
|
787
|
+
"provenance": "ExplicitView",
|
|
941
788
|
"arity": 0,
|
|
942
789
|
"parameterCount": 1,
|
|
790
|
+
"isStatic": false,
|
|
791
|
+
"isAbstract": false,
|
|
792
|
+
"isVirtual": true,
|
|
793
|
+
"isOverride": false,
|
|
794
|
+
"isSealed": false,
|
|
943
795
|
"declaringClrType": "Microsoft.Extensions.Logging.ILoggerFactory",
|
|
944
796
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
945
|
-
"isExtensionMethod": false
|
|
797
|
+
"isExtensionMethod": false,
|
|
798
|
+
"sourceInterface": "Microsoft.Extensions.Logging.ILoggerFactory"
|
|
946
799
|
}
|
|
947
800
|
],
|
|
948
801
|
"properties": [],
|
|
@@ -950,11 +803,11 @@
|
|
|
950
803
|
{
|
|
951
804
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory::InstanceMicrosoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
952
805
|
"clrName": "Instance",
|
|
953
|
-
"tsEmitName": "instance",
|
|
954
806
|
"metadataToken": 67108913,
|
|
955
807
|
"normalizedSignature": "Instance|Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory|static=true|const=false",
|
|
956
808
|
"isStatic": true,
|
|
957
809
|
"isReadOnly": true,
|
|
810
|
+
"isLiteral": false,
|
|
958
811
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
959
812
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
960
813
|
}
|
|
@@ -971,100 +824,35 @@
|
|
|
971
824
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
972
825
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
973
826
|
}
|
|
974
|
-
],
|
|
975
|
-
"exposedMethods": [
|
|
976
|
-
{
|
|
977
|
-
"tsName": "createLogger",
|
|
978
|
-
"isStatic": false,
|
|
979
|
-
"tsSignatureId": "CreateLogger|(System.String):Microsoft.Extensions.Logging.ILogger|static=false",
|
|
980
|
-
"target": {
|
|
981
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
982
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
983
|
-
"metadataToken": 100663509
|
|
984
|
-
}
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"tsName": "addProvider",
|
|
988
|
-
"isStatic": false,
|
|
989
|
-
"tsSignatureId": "AddProvider|(Microsoft.Extensions.Logging.ILoggerProvider):System.Void|static=false",
|
|
990
|
-
"target": {
|
|
991
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
992
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
993
|
-
"metadataToken": 100663510
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"tsName": "dispose",
|
|
998
|
-
"isStatic": false,
|
|
999
|
-
"tsSignatureId": "Dispose|():System.Void|static=false",
|
|
1000
|
-
"target": {
|
|
1001
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
1002
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1003
|
-
"metadataToken": 100663511
|
|
1004
|
-
}
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
"tsName": "createLogger$view",
|
|
1008
|
-
"isStatic": false,
|
|
1009
|
-
"tsSignatureId": "CreateLogger|(System.String):Microsoft.Extensions.Logging.ILogger|static=false",
|
|
1010
|
-
"target": {
|
|
1011
|
-
"declaringClrType": "Microsoft.Extensions.Logging.ILoggerFactory",
|
|
1012
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1013
|
-
"metadataToken": 100663368
|
|
1014
|
-
}
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"tsName": "addProvider$view",
|
|
1018
|
-
"isStatic": false,
|
|
1019
|
-
"tsSignatureId": "AddProvider|(Microsoft.Extensions.Logging.ILoggerProvider):System.Void|static=false",
|
|
1020
|
-
"target": {
|
|
1021
|
-
"declaringClrType": "Microsoft.Extensions.Logging.ILoggerFactory",
|
|
1022
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1023
|
-
"metadataToken": 100663369
|
|
1024
|
-
}
|
|
1025
|
-
}
|
|
1026
|
-
],
|
|
1027
|
-
"exposedFields": [
|
|
1028
|
-
{
|
|
1029
|
-
"tsName": "instance",
|
|
1030
|
-
"isStatic": true,
|
|
1031
|
-
"tsSignatureId": "Instance|Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory|static=true|const=false",
|
|
1032
|
-
"target": {
|
|
1033
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
1034
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1035
|
-
"metadataToken": 67108913
|
|
1036
|
-
}
|
|
1037
|
-
}
|
|
1038
|
-
],
|
|
1039
|
-
"exposedConstructors": [
|
|
1040
|
-
{
|
|
1041
|
-
"isStatic": false,
|
|
1042
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
1043
|
-
"target": {
|
|
1044
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory",
|
|
1045
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1046
|
-
"metadataToken": 100663508
|
|
1047
|
-
}
|
|
1048
|
-
}
|
|
1049
827
|
]
|
|
1050
828
|
},
|
|
1051
829
|
{
|
|
1052
830
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider",
|
|
1053
831
|
"clrName": "Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider",
|
|
1054
|
-
"tsEmitName": "NullLoggerProvider",
|
|
1055
832
|
"assemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1056
833
|
"metadataToken": 0,
|
|
834
|
+
"kind": "Class",
|
|
835
|
+
"accessibility": "Public",
|
|
836
|
+
"isAbstract": false,
|
|
837
|
+
"isSealed": true,
|
|
838
|
+
"isStatic": false,
|
|
839
|
+
"arity": 0,
|
|
1057
840
|
"methods": [
|
|
1058
841
|
{
|
|
1059
842
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider::CreateLogger(System.String):Microsoft.Extensions.Logging.ILogger",
|
|
1060
843
|
"clrName": "CreateLogger",
|
|
1061
|
-
"tsEmitName": "createLogger",
|
|
1062
844
|
"metadataToken": 100663515,
|
|
1063
845
|
"canonicalSignature": "(System.String):Microsoft.Extensions.Logging.ILogger",
|
|
1064
846
|
"normalizedSignature": "CreateLogger|(System.String):Microsoft.Extensions.Logging.ILogger|static=false",
|
|
1065
847
|
"emitScope": "ClassSurface",
|
|
848
|
+
"provenance": "Original",
|
|
1066
849
|
"arity": 0,
|
|
1067
850
|
"parameterCount": 1,
|
|
851
|
+
"isStatic": false,
|
|
852
|
+
"isAbstract": false,
|
|
853
|
+
"isVirtual": true,
|
|
854
|
+
"isOverride": false,
|
|
855
|
+
"isSealed": true,
|
|
1068
856
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider",
|
|
1069
857
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1070
858
|
"isExtensionMethod": false
|
|
@@ -1072,13 +860,18 @@
|
|
|
1072
860
|
{
|
|
1073
861
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider::Dispose():System.Void",
|
|
1074
862
|
"clrName": "Dispose",
|
|
1075
|
-
"tsEmitName": "dispose",
|
|
1076
863
|
"metadataToken": 100663516,
|
|
1077
864
|
"canonicalSignature": "():System.Void",
|
|
1078
865
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1079
866
|
"emitScope": "ClassSurface",
|
|
867
|
+
"provenance": "Original",
|
|
1080
868
|
"arity": 0,
|
|
1081
869
|
"parameterCount": 0,
|
|
870
|
+
"isStatic": false,
|
|
871
|
+
"isAbstract": false,
|
|
872
|
+
"isVirtual": true,
|
|
873
|
+
"isOverride": false,
|
|
874
|
+
"isSealed": true,
|
|
1082
875
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider",
|
|
1083
876
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1084
877
|
"isExtensionMethod": false
|
|
@@ -1086,81 +879,47 @@
|
|
|
1086
879
|
{
|
|
1087
880
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.ILoggerProvider::CreateLogger(System.String):Microsoft.Extensions.Logging.ILogger",
|
|
1088
881
|
"clrName": "CreateLogger",
|
|
1089
|
-
"tsEmitName": "createLogger$view",
|
|
1090
882
|
"metadataToken": 100663370,
|
|
1091
883
|
"canonicalSignature": "(System.String):Microsoft.Extensions.Logging.ILogger",
|
|
1092
884
|
"normalizedSignature": "CreateLogger|(System.String):Microsoft.Extensions.Logging.ILogger|static=false",
|
|
1093
885
|
"emitScope": "ViewOnly",
|
|
886
|
+
"provenance": "ExplicitView",
|
|
1094
887
|
"arity": 0,
|
|
1095
888
|
"parameterCount": 1,
|
|
889
|
+
"isStatic": false,
|
|
890
|
+
"isAbstract": false,
|
|
891
|
+
"isVirtual": true,
|
|
892
|
+
"isOverride": false,
|
|
893
|
+
"isSealed": false,
|
|
1096
894
|
"declaringClrType": "Microsoft.Extensions.Logging.ILoggerProvider",
|
|
1097
895
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1098
|
-
"isExtensionMethod": false
|
|
896
|
+
"isExtensionMethod": false,
|
|
897
|
+
"sourceInterface": "Microsoft.Extensions.Logging.ILoggerProvider"
|
|
1099
898
|
}
|
|
1100
899
|
],
|
|
1101
900
|
"properties": [
|
|
1102
901
|
{
|
|
1103
902
|
"stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider::Instance:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider",
|
|
1104
903
|
"clrName": "Instance",
|
|
1105
|
-
"tsEmitName": "instance",
|
|
1106
904
|
"metadataToken": 385876009,
|
|
1107
905
|
"canonicalSignature": ":Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider",
|
|
1108
906
|
"normalizedSignature": "Instance|:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider|static=true|accessor=get",
|
|
1109
907
|
"emitScope": "ClassSurface",
|
|
908
|
+
"provenance": "Original",
|
|
1110
909
|
"isIndexer": false,
|
|
1111
910
|
"hasGetter": true,
|
|
1112
911
|
"hasSetter": false,
|
|
912
|
+
"isStatic": true,
|
|
913
|
+
"isAbstract": false,
|
|
914
|
+
"isVirtual": false,
|
|
915
|
+
"isOverride": false,
|
|
1113
916
|
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider",
|
|
1114
917
|
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions"
|
|
1115
918
|
}
|
|
1116
919
|
],
|
|
1117
920
|
"fields": [],
|
|
1118
921
|
"events": [],
|
|
1119
|
-
"constructors": []
|
|
1120
|
-
"exposedMethods": [
|
|
1121
|
-
{
|
|
1122
|
-
"tsName": "createLogger",
|
|
1123
|
-
"isStatic": false,
|
|
1124
|
-
"tsSignatureId": "CreateLogger|(System.String):Microsoft.Extensions.Logging.ILogger|static=false",
|
|
1125
|
-
"target": {
|
|
1126
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider",
|
|
1127
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1128
|
-
"metadataToken": 100663515
|
|
1129
|
-
}
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"tsName": "dispose",
|
|
1133
|
-
"isStatic": false,
|
|
1134
|
-
"tsSignatureId": "Dispose|():System.Void|static=false",
|
|
1135
|
-
"target": {
|
|
1136
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider",
|
|
1137
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1138
|
-
"metadataToken": 100663516
|
|
1139
|
-
}
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
"tsName": "createLogger$view",
|
|
1143
|
-
"isStatic": false,
|
|
1144
|
-
"tsSignatureId": "CreateLogger|(System.String):Microsoft.Extensions.Logging.ILogger|static=false",
|
|
1145
|
-
"target": {
|
|
1146
|
-
"declaringClrType": "Microsoft.Extensions.Logging.ILoggerProvider",
|
|
1147
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1148
|
-
"metadataToken": 100663370
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
],
|
|
1152
|
-
"exposedProperties": [
|
|
1153
|
-
{
|
|
1154
|
-
"tsName": "instance",
|
|
1155
|
-
"isStatic": true,
|
|
1156
|
-
"tsSignatureId": "Instance|:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider|static=true|accessor=get",
|
|
1157
|
-
"target": {
|
|
1158
|
-
"declaringClrType": "Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider",
|
|
1159
|
-
"declaringAssemblyName": "Microsoft.Extensions.Logging.Abstractions",
|
|
1160
|
-
"metadataToken": 385876009
|
|
1161
|
-
}
|
|
1162
|
-
}
|
|
1163
|
-
]
|
|
922
|
+
"constructors": []
|
|
1164
923
|
}
|
|
1165
924
|
]
|
|
1166
925
|
}
|