@tsonic/microsoft-extensions 10.0.3 → 10.0.7
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/internal/index.d.ts +27 -19
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +29 -21
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +54 -31
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +141 -70
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +17 -11
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +13 -7
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +25 -8
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +24 -7
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -9
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +21 -13
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +6 -2
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +29 -10
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +171 -114
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +18 -18
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +51 -31
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +31 -19
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +65 -38
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +16 -12
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +15 -11
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +36 -15
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -13
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +16 -6
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +24 -10
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +30 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +47 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +4 -2
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +84 -39
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +22 -13
- package/Microsoft.Extensions.Http/internal/index.d.ts +18 -10
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +21 -9
- package/Microsoft.Extensions.Internal/internal/index.d.ts +9 -5
- package/Microsoft.Extensions.Localization/internal/index.d.ts +48 -19
- package/Microsoft.Extensions.Logging/internal/index.d.ts +108 -66
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +41 -22
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +10 -2
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +34 -10
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +8 -5
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +13 -7
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +14 -7
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +9 -6
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +33 -7
- package/Microsoft.Extensions.Options/internal/index.d.ts +257 -128
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +68 -22
- package/Microsoft.Extensions.Primitives.d.ts +3 -0
- package/Microsoft.Extensions.Validation/internal/index.d.ts +41 -21
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -3
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +10 -4
- package/System.Diagnostics/internal/index.d.ts +37 -10
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +146 -70
- package/System.Net.Http/internal/index.d.ts +7 -3
- package/System.Security.Cryptography/internal/index.d.ts +16 -5
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +162 -69
- package/System.Security.Cryptography.Xml/internal/index.d.ts +115 -16
- package/__internal/extensions/index.d.ts +633 -487
- package/package.json +3 -3
|
@@ -6,17 +6,23 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
-
import type { DateTimeOffset, Object as ClrObject } from "@tsonic/dotnet/System.js";
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
10
|
+
import type { DateTimeOffset, Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
|
|
11
11
|
|
|
12
12
|
export interface ISystemClock$instance {
|
|
13
|
+
readonly __tsonic_iface_Microsoft_Extensions_Internal_ISystemClock: never;
|
|
14
|
+
|
|
13
15
|
readonly UtcNow: DateTimeOffset;
|
|
14
16
|
}
|
|
15
17
|
|
|
16
18
|
|
|
17
19
|
export type ISystemClock = ISystemClock$instance;
|
|
18
20
|
|
|
19
|
-
export interface SystemClock$instance {
|
|
21
|
+
export interface SystemClock$instance extends ISystemClock$instance {
|
|
22
|
+
readonly __tsonic_type_Microsoft_Extensions_Internal_SystemClock: never;
|
|
23
|
+
|
|
24
|
+
readonly __tsonic_iface_Microsoft_Extensions_Internal_ISystemClock: never;
|
|
25
|
+
|
|
20
26
|
readonly UtcNow: DateTimeOffset;
|
|
21
27
|
}
|
|
22
28
|
|
|
@@ -30,8 +36,6 @@ export interface __SystemClock$views {
|
|
|
30
36
|
As_ISystemClock(): ISystemClock$instance;
|
|
31
37
|
}
|
|
32
38
|
|
|
33
|
-
export interface SystemClock$instance extends ISystemClock$instance {}
|
|
34
|
-
|
|
35
39
|
export type SystemClock = SystemClock$instance & __SystemClock$views;
|
|
36
40
|
|
|
37
41
|
|
|
@@ -8,33 +8,39 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { ILogger, ILoggerFactory } from "../../Microsoft.Extensions.Logging/internal/index.js";
|
|
10
10
|
import type { IOptions_1 } from "../../Microsoft.Extensions.Options/internal/index.js";
|
|
11
|
-
import type {
|
|
12
|
-
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
|
|
13
|
-
import
|
|
14
|
-
import type {
|
|
15
|
-
import
|
|
16
|
-
import type {
|
|
11
|
+
import type { IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
12
|
+
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization/internal/index.js";
|
|
13
|
+
import type { Assembly, TypeInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
14
|
+
import type { ResourceManager } from "@tsonic/dotnet/System.Resources/internal/index.js";
|
|
15
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
16
|
+
import type { Attribute, Boolean as ClrBoolean, Func_2, Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System/internal/index.js";
|
|
17
17
|
|
|
18
18
|
export interface IResourceNamesCache$instance {
|
|
19
|
-
|
|
19
|
+
readonly __tsonic_iface_Microsoft_Extensions_Localization_IResourceNamesCache: never;
|
|
20
|
+
|
|
21
|
+
GetOrAdd(name: string, valueFactory: Func_2<System_Internal.String, IList_1<System_Internal.String>>): IList_1<System_Internal.String> | undefined;
|
|
20
22
|
}
|
|
21
23
|
|
|
22
24
|
|
|
23
25
|
export type IResourceNamesCache = IResourceNamesCache$instance;
|
|
24
26
|
|
|
25
27
|
export interface IStringLocalizer$instance {
|
|
28
|
+
readonly __tsonic_iface_Microsoft_Extensions_Localization_IStringLocalizer: never;
|
|
29
|
+
|
|
26
30
|
get_Item2(name: string, ...arguments: unknown[]): LocalizedString;
|
|
27
31
|
get_Item2(name: string): LocalizedString;
|
|
28
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
32
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
29
33
|
}
|
|
30
34
|
|
|
31
35
|
|
|
32
36
|
export type IStringLocalizer = IStringLocalizer$instance;
|
|
33
37
|
|
|
34
38
|
export interface IStringLocalizer_1$instance<T> extends IStringLocalizer {
|
|
39
|
+
readonly __tsonic_iface_Microsoft_Extensions_Localization_IStringLocalizer_1: never;
|
|
40
|
+
|
|
35
41
|
get_Item2(name: string, ...arguments: unknown[]): LocalizedString;
|
|
36
42
|
get_Item2(name: string): LocalizedString;
|
|
37
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
43
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
38
44
|
get_Item(name: string): LocalizedString;
|
|
39
45
|
}
|
|
40
46
|
|
|
@@ -44,6 +50,8 @@ export interface IStringLocalizer_1$instance<T> extends IStringLocalizer$instanc
|
|
|
44
50
|
export type IStringLocalizer_1<T> = IStringLocalizer_1$instance<T>;
|
|
45
51
|
|
|
46
52
|
export interface IStringLocalizerFactory$instance {
|
|
53
|
+
readonly __tsonic_iface_Microsoft_Extensions_Localization_IStringLocalizerFactory: never;
|
|
54
|
+
|
|
47
55
|
Create(baseName: string, location: string): IStringLocalizer;
|
|
48
56
|
Create(resourceSource: Type): IStringLocalizer;
|
|
49
57
|
}
|
|
@@ -52,6 +60,8 @@ export interface IStringLocalizerFactory$instance {
|
|
|
52
60
|
export type IStringLocalizerFactory = IStringLocalizerFactory$instance;
|
|
53
61
|
|
|
54
62
|
export interface LocalizationOptions$instance {
|
|
63
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_LocalizationOptions: never;
|
|
64
|
+
|
|
55
65
|
ResourcesPath: string;
|
|
56
66
|
}
|
|
57
67
|
|
|
@@ -64,6 +74,8 @@ export const LocalizationOptions: {
|
|
|
64
74
|
export type LocalizationOptions = LocalizationOptions$instance;
|
|
65
75
|
|
|
66
76
|
export interface LocalizedString$instance {
|
|
77
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_LocalizedString: never;
|
|
78
|
+
|
|
67
79
|
readonly Name: string;
|
|
68
80
|
readonly ResourceNotFound: boolean;
|
|
69
81
|
readonly SearchedLocation: string | undefined;
|
|
@@ -82,6 +94,8 @@ export const LocalizedString: {
|
|
|
82
94
|
export type LocalizedString = LocalizedString$instance;
|
|
83
95
|
|
|
84
96
|
export interface ResourceLocationAttribute$instance extends Attribute {
|
|
97
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_ResourceLocationAttribute: never;
|
|
98
|
+
|
|
85
99
|
readonly ResourceLocation: string;
|
|
86
100
|
}
|
|
87
101
|
|
|
@@ -94,9 +108,13 @@ export const ResourceLocationAttribute: {
|
|
|
94
108
|
export type ResourceLocationAttribute = ResourceLocationAttribute$instance;
|
|
95
109
|
|
|
96
110
|
export interface ResourceManagerStringLocalizer$instance {
|
|
111
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_ResourceManagerStringLocalizer: never;
|
|
112
|
+
|
|
113
|
+
readonly __tsonic_iface_Microsoft_Extensions_Localization_IStringLocalizer: never;
|
|
114
|
+
|
|
97
115
|
get_Item(name: string): LocalizedString;
|
|
98
116
|
get_Item(name: string, ...arguments: unknown[]): LocalizedString;
|
|
99
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
117
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
100
118
|
}
|
|
101
119
|
|
|
102
120
|
|
|
@@ -112,7 +130,11 @@ export interface __ResourceManagerStringLocalizer$views {
|
|
|
112
130
|
export type ResourceManagerStringLocalizer = ResourceManagerStringLocalizer$instance & __ResourceManagerStringLocalizer$views;
|
|
113
131
|
|
|
114
132
|
|
|
115
|
-
export interface ResourceManagerStringLocalizerFactory$instance {
|
|
133
|
+
export interface ResourceManagerStringLocalizerFactory$instance extends IStringLocalizerFactory$instance {
|
|
134
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_ResourceManagerStringLocalizerFactory: never;
|
|
135
|
+
|
|
136
|
+
readonly __tsonic_iface_Microsoft_Extensions_Localization_IStringLocalizerFactory: never;
|
|
137
|
+
|
|
116
138
|
Create(resourceSource: Type): IStringLocalizer;
|
|
117
139
|
Create(baseName: string, location: string): IStringLocalizer;
|
|
118
140
|
CreateResourceManagerStringLocalizer(assembly: Assembly, baseName: string): ResourceManagerStringLocalizer;
|
|
@@ -134,13 +156,15 @@ export interface __ResourceManagerStringLocalizerFactory$views {
|
|
|
134
156
|
As_IStringLocalizerFactory(): IStringLocalizerFactory$instance;
|
|
135
157
|
}
|
|
136
158
|
|
|
137
|
-
export interface ResourceManagerStringLocalizerFactory$instance extends IStringLocalizerFactory$instance {}
|
|
138
|
-
|
|
139
159
|
export type ResourceManagerStringLocalizerFactory = ResourceManagerStringLocalizerFactory$instance & __ResourceManagerStringLocalizerFactory$views;
|
|
140
160
|
|
|
141
161
|
|
|
142
|
-
export interface ResourceNamesCache$instance {
|
|
143
|
-
|
|
162
|
+
export interface ResourceNamesCache$instance extends IResourceNamesCache$instance {
|
|
163
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_ResourceNamesCache: never;
|
|
164
|
+
|
|
165
|
+
readonly __tsonic_iface_Microsoft_Extensions_Localization_IResourceNamesCache: never;
|
|
166
|
+
|
|
167
|
+
GetOrAdd(name: string, valueFactory: Func_2<System_Internal.String, IList_1<System_Internal.String>>): IList_1<System_Internal.String> | undefined;
|
|
144
168
|
}
|
|
145
169
|
|
|
146
170
|
|
|
@@ -153,12 +177,12 @@ export interface __ResourceNamesCache$views {
|
|
|
153
177
|
As_IResourceNamesCache(): IResourceNamesCache$instance;
|
|
154
178
|
}
|
|
155
179
|
|
|
156
|
-
export interface ResourceNamesCache$instance extends IResourceNamesCache$instance {}
|
|
157
|
-
|
|
158
180
|
export type ResourceNamesCache = ResourceNamesCache$instance & __ResourceNamesCache$views;
|
|
159
181
|
|
|
160
182
|
|
|
161
183
|
export interface RootNamespaceAttribute$instance extends Attribute {
|
|
184
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_RootNamespaceAttribute: never;
|
|
185
|
+
|
|
162
186
|
readonly RootNamespace: string;
|
|
163
187
|
}
|
|
164
188
|
|
|
@@ -171,9 +195,14 @@ export const RootNamespaceAttribute: {
|
|
|
171
195
|
export type RootNamespaceAttribute = RootNamespaceAttribute$instance;
|
|
172
196
|
|
|
173
197
|
export interface StringLocalizer_1$instance<TResourceSource> extends IStringLocalizer_1<TResourceSource> {
|
|
198
|
+
readonly __tsonic_type_Microsoft_Extensions_Localization_StringLocalizer_1: never;
|
|
199
|
+
|
|
200
|
+
readonly __tsonic_iface_Microsoft_Extensions_Localization_IStringLocalizer: never;
|
|
201
|
+
readonly __tsonic_iface_Microsoft_Extensions_Localization_IStringLocalizer_1: never;
|
|
202
|
+
|
|
174
203
|
get_Item(name: string): LocalizedString;
|
|
175
204
|
get_Item(name: string, ...arguments: unknown[]): LocalizedString;
|
|
176
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
205
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
177
206
|
}
|
|
178
207
|
|
|
179
208
|
|
|
@@ -190,7 +219,7 @@ export type StringLocalizer_1<TResourceSource> = StringLocalizer_1$instance<TRes
|
|
|
190
219
|
|
|
191
220
|
|
|
192
221
|
export abstract class StringLocalizerExtensions$instance {
|
|
193
|
-
static GetAllStrings(stringLocalizer: IStringLocalizer):
|
|
222
|
+
static GetAllStrings(stringLocalizer: IStringLocalizer): IEnumerable_1<LocalizedString>;
|
|
194
223
|
static GetString(stringLocalizer: IStringLocalizer, name: string, ...arguments: unknown[]): LocalizedString;
|
|
195
224
|
static GetString(stringLocalizer: IStringLocalizer, name: string): LocalizedString;
|
|
196
225
|
}
|
|
@@ -11,10 +11,10 @@ import type { IServiceCollection } from "../../Microsoft.Extensions.DependencyIn
|
|
|
11
11
|
import type { ConsoleFormatter, ConsoleFormatterOptions, ConsoleLoggerOptions, IConsoleLoggerSettings, JsonConsoleFormatterOptions, SimpleConsoleFormatterOptions } from "../../Microsoft.Extensions.Logging.Console/internal/index.js";
|
|
12
12
|
import type { EventLogSettings } from "../../Microsoft.Extensions.Logging.EventLog/internal/index.js";
|
|
13
13
|
import type { IOptions_1, IOptionsMonitor_1 } from "../../Microsoft.Extensions.Options/internal/index.js";
|
|
14
|
-
import type {
|
|
15
|
-
import type { SourceSwitch, TraceListener } from "@tsonic/dotnet/System.Diagnostics.js";
|
|
16
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
17
|
-
import type {
|
|
14
|
+
import type { IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
15
|
+
import type { SourceSwitch, TraceListener } from "@tsonic/dotnet/System.Diagnostics/internal/index.js";
|
|
16
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
17
|
+
import type { Action_1, Action_2, Action_3, Action_4, Action_5, Action_6, Action_7, Action_8, Attribute, Boolean as ClrBoolean, Enum, Exception, Func_2, Func_3, Func_4, Func_5, Func_6, Func_7, Func_8, IComparable, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
18
18
|
|
|
19
19
|
export enum ActivityTrackingOptions {
|
|
20
20
|
None = 0,
|
|
@@ -40,7 +40,9 @@ export enum LogLevel {
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
export interface IExternalScopeProvider$instance {
|
|
43
|
-
|
|
43
|
+
readonly __tsonic_iface_Microsoft_Extensions_Logging_IExternalScopeProvider: never;
|
|
44
|
+
|
|
45
|
+
ForEachScope<TState>(callback: Action_2<unknown, TState>, state: TState): void;
|
|
44
46
|
Push(state: unknown): IDisposable;
|
|
45
47
|
}
|
|
46
48
|
|
|
@@ -48,18 +50,22 @@ export interface IExternalScopeProvider$instance {
|
|
|
48
50
|
export type IExternalScopeProvider = IExternalScopeProvider$instance;
|
|
49
51
|
|
|
50
52
|
export interface ILogger$instance {
|
|
53
|
+
readonly __tsonic_iface_Microsoft_Extensions_Logging_ILogger: never;
|
|
54
|
+
|
|
51
55
|
BeginScope<TState>(state: TState): IDisposable;
|
|
52
56
|
IsEnabled(logLevel: LogLevel): boolean;
|
|
53
|
-
Log<TState>(logLevel: LogLevel, eventId: EventId, state: TState, exception: Exception, formatter:
|
|
57
|
+
Log<TState>(logLevel: LogLevel, eventId: EventId, state: TState, exception: Exception, formatter: Func_3<TState, Exception, System_Internal.String>): void;
|
|
54
58
|
}
|
|
55
59
|
|
|
56
60
|
|
|
57
61
|
export type ILogger = ILogger$instance;
|
|
58
62
|
|
|
59
63
|
export interface ILogger_1$instance<TCategoryName> extends ILogger {
|
|
64
|
+
readonly __tsonic_iface_Microsoft_Extensions_Logging_ILogger_1: never;
|
|
65
|
+
|
|
60
66
|
BeginScope<TState>(state: TState): IDisposable;
|
|
61
67
|
IsEnabled(logLevel: LogLevel): boolean;
|
|
62
|
-
Log<TState>(logLevel: LogLevel, eventId: EventId, state: TState, exception: Exception, formatter:
|
|
68
|
+
Log<TState>(logLevel: LogLevel, eventId: EventId, state: TState, exception: Exception, formatter: Func_3<TState, Exception, System_Internal.String>): void;
|
|
63
69
|
}
|
|
64
70
|
|
|
65
71
|
|
|
@@ -68,21 +74,31 @@ export interface ILogger_1$instance<TCategoryName> extends ILogger$instance {}
|
|
|
68
74
|
export type ILogger_1<TCategoryName> = ILogger_1$instance<TCategoryName>;
|
|
69
75
|
|
|
70
76
|
export interface ILoggerFactory$instance extends IDisposable {
|
|
77
|
+
readonly __tsonic_iface_Microsoft_Extensions_Logging_ILoggerFactory: never;
|
|
78
|
+
|
|
71
79
|
AddProvider(provider: ILoggerProvider): void;
|
|
72
80
|
CreateLogger(categoryName: string): ILogger;
|
|
73
81
|
}
|
|
74
82
|
|
|
75
83
|
|
|
84
|
+
export interface ILoggerFactory$instance extends System_Internal.IDisposable {}
|
|
85
|
+
|
|
76
86
|
export type ILoggerFactory = ILoggerFactory$instance;
|
|
77
87
|
|
|
78
88
|
export interface ILoggerProvider$instance extends IDisposable {
|
|
89
|
+
readonly __tsonic_iface_Microsoft_Extensions_Logging_ILoggerProvider: never;
|
|
90
|
+
|
|
79
91
|
CreateLogger(categoryName: string): ILogger;
|
|
80
92
|
}
|
|
81
93
|
|
|
82
94
|
|
|
95
|
+
export interface ILoggerProvider$instance extends System_Internal.IDisposable {}
|
|
96
|
+
|
|
83
97
|
export type ILoggerProvider = ILoggerProvider$instance;
|
|
84
98
|
|
|
85
99
|
export interface ILoggingBuilder$instance {
|
|
100
|
+
readonly __tsonic_iface_Microsoft_Extensions_Logging_ILoggingBuilder: never;
|
|
101
|
+
|
|
86
102
|
readonly Services: IServiceCollection;
|
|
87
103
|
}
|
|
88
104
|
|
|
@@ -90,6 +106,8 @@ export interface ILoggingBuilder$instance {
|
|
|
90
106
|
export type ILoggingBuilder = ILoggingBuilder$instance;
|
|
91
107
|
|
|
92
108
|
export interface ISupportExternalScope$instance {
|
|
109
|
+
readonly __tsonic_iface_Microsoft_Extensions_Logging_ISupportExternalScope: never;
|
|
110
|
+
|
|
93
111
|
SetScopeProvider(scopeProvider: IExternalScopeProvider): void;
|
|
94
112
|
}
|
|
95
113
|
|
|
@@ -97,6 +115,10 @@ export interface ISupportExternalScope$instance {
|
|
|
97
115
|
export type ISupportExternalScope = ISupportExternalScope$instance;
|
|
98
116
|
|
|
99
117
|
export interface EventId$instance {
|
|
118
|
+
readonly __tsonic_type_Microsoft_Extensions_Logging_EventId: never;
|
|
119
|
+
|
|
120
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
121
|
+
|
|
100
122
|
readonly Id: int;
|
|
101
123
|
readonly Name: string | undefined;
|
|
102
124
|
Equals(other: EventId): boolean;
|
|
@@ -114,6 +136,8 @@ export const EventId: {
|
|
|
114
136
|
export type EventId = EventId$instance;
|
|
115
137
|
|
|
116
138
|
export interface LogDefineOptions$instance {
|
|
139
|
+
readonly __tsonic_type_Microsoft_Extensions_Logging_LogDefineOptions: never;
|
|
140
|
+
|
|
117
141
|
SkipEnabledCheck: boolean;
|
|
118
142
|
}
|
|
119
143
|
|
|
@@ -125,7 +149,12 @@ export const LogDefineOptions: {
|
|
|
125
149
|
|
|
126
150
|
export type LogDefineOptions = LogDefineOptions$instance;
|
|
127
151
|
|
|
128
|
-
export interface Logger_1$instance<T> {
|
|
152
|
+
export interface Logger_1$instance<T> extends ILogger_1$instance<T> {
|
|
153
|
+
readonly __tsonic_type_Microsoft_Extensions_Logging_Logger_1: never;
|
|
154
|
+
|
|
155
|
+
readonly __tsonic_iface_Microsoft_Extensions_Logging_ILogger: never;
|
|
156
|
+
readonly __tsonic_iface_Microsoft_Extensions_Logging_ILogger_1: never;
|
|
157
|
+
|
|
129
158
|
}
|
|
130
159
|
|
|
131
160
|
|
|
@@ -138,13 +167,15 @@ export interface __Logger_1$views<T> {
|
|
|
138
167
|
As_ILogger(): ILogger$instance;
|
|
139
168
|
}
|
|
140
169
|
|
|
141
|
-
export interface Logger_1$instance<T> extends ILogger_1$instance<T> {}
|
|
142
|
-
|
|
143
170
|
export type Logger_1<T> = Logger_1$instance<T> & __Logger_1$views<T>;
|
|
144
171
|
|
|
145
172
|
|
|
146
|
-
export interface LoggerExternalScopeProvider$instance {
|
|
147
|
-
|
|
173
|
+
export interface LoggerExternalScopeProvider$instance extends IExternalScopeProvider$instance {
|
|
174
|
+
readonly __tsonic_type_Microsoft_Extensions_Logging_LoggerExternalScopeProvider: never;
|
|
175
|
+
|
|
176
|
+
readonly __tsonic_iface_Microsoft_Extensions_Logging_IExternalScopeProvider: never;
|
|
177
|
+
|
|
178
|
+
ForEachScope<TState>(callback: Action_2<unknown, TState>, state: TState): void;
|
|
148
179
|
Push(state: unknown): IDisposable;
|
|
149
180
|
}
|
|
150
181
|
|
|
@@ -158,12 +189,15 @@ export interface __LoggerExternalScopeProvider$views {
|
|
|
158
189
|
As_IExternalScopeProvider(): IExternalScopeProvider$instance;
|
|
159
190
|
}
|
|
160
191
|
|
|
161
|
-
export interface LoggerExternalScopeProvider$instance extends IExternalScopeProvider$instance {}
|
|
162
|
-
|
|
163
192
|
export type LoggerExternalScopeProvider = LoggerExternalScopeProvider$instance & __LoggerExternalScopeProvider$views;
|
|
164
193
|
|
|
165
194
|
|
|
166
|
-
export interface LoggerFactory$instance {
|
|
195
|
+
export interface LoggerFactory$instance extends ILoggerFactory$instance {
|
|
196
|
+
readonly __tsonic_type_Microsoft_Extensions_Logging_LoggerFactory: never;
|
|
197
|
+
|
|
198
|
+
readonly __tsonic_iface_Microsoft_Extensions_Logging_ILoggerFactory: never;
|
|
199
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
200
|
+
|
|
167
201
|
AddProvider(provider: ILoggerProvider): void;
|
|
168
202
|
CheckDisposed(): boolean;
|
|
169
203
|
CreateLogger(categoryName: string): ILogger;
|
|
@@ -173,12 +207,12 @@ export interface LoggerFactory$instance {
|
|
|
173
207
|
|
|
174
208
|
export const LoggerFactory: {
|
|
175
209
|
new(): LoggerFactory;
|
|
176
|
-
new(providers:
|
|
177
|
-
new(providers:
|
|
178
|
-
new(providers:
|
|
179
|
-
new(providers:
|
|
180
|
-
new(providers:
|
|
181
|
-
Create(configure:
|
|
210
|
+
new(providers: IEnumerable_1<ILoggerProvider>): LoggerFactory;
|
|
211
|
+
new(providers: IEnumerable_1<ILoggerProvider>, filterOptions: LoggerFilterOptions): LoggerFactory;
|
|
212
|
+
new(providers: IEnumerable_1<ILoggerProvider>, filterOption: IOptionsMonitor_1<LoggerFilterOptions>): LoggerFactory;
|
|
213
|
+
new(providers: IEnumerable_1<ILoggerProvider>, filterOption: IOptionsMonitor_1<LoggerFilterOptions>, options: IOptions_1<LoggerFactoryOptions>): LoggerFactory;
|
|
214
|
+
new(providers: IEnumerable_1<ILoggerProvider>, filterOption: IOptionsMonitor_1<LoggerFilterOptions>, options: IOptions_1<LoggerFactoryOptions>, scopeProvider: IExternalScopeProvider): LoggerFactory;
|
|
215
|
+
Create(configure: Action_1<ILoggingBuilder>): ILoggerFactory;
|
|
182
216
|
};
|
|
183
217
|
|
|
184
218
|
|
|
@@ -186,12 +220,12 @@ export interface __LoggerFactory$views {
|
|
|
186
220
|
As_ILoggerFactory(): ILoggerFactory$instance;
|
|
187
221
|
}
|
|
188
222
|
|
|
189
|
-
export interface LoggerFactory$instance extends ILoggerFactory$instance {}
|
|
190
|
-
|
|
191
223
|
export type LoggerFactory = LoggerFactory$instance & __LoggerFactory$views;
|
|
192
224
|
|
|
193
225
|
|
|
194
226
|
export interface LoggerFactoryOptions$instance {
|
|
227
|
+
readonly __tsonic_type_Microsoft_Extensions_Logging_LoggerFactoryOptions: never;
|
|
228
|
+
|
|
195
229
|
ActivityTrackingOptions: ActivityTrackingOptions;
|
|
196
230
|
}
|
|
197
231
|
|
|
@@ -204,9 +238,11 @@ export const LoggerFactoryOptions: {
|
|
|
204
238
|
export type LoggerFactoryOptions = LoggerFactoryOptions$instance;
|
|
205
239
|
|
|
206
240
|
export interface LoggerFilterOptions$instance {
|
|
241
|
+
readonly __tsonic_type_Microsoft_Extensions_Logging_LoggerFilterOptions: never;
|
|
242
|
+
|
|
207
243
|
CaptureScopes: boolean;
|
|
208
244
|
MinLevel: LogLevel;
|
|
209
|
-
readonly Rules:
|
|
245
|
+
readonly Rules: IList_1<LoggerFilterRule>;
|
|
210
246
|
}
|
|
211
247
|
|
|
212
248
|
|
|
@@ -218,22 +254,26 @@ export const LoggerFilterOptions: {
|
|
|
218
254
|
export type LoggerFilterOptions = LoggerFilterOptions$instance;
|
|
219
255
|
|
|
220
256
|
export interface LoggerFilterRule$instance {
|
|
257
|
+
readonly __tsonic_type_Microsoft_Extensions_Logging_LoggerFilterRule: never;
|
|
258
|
+
|
|
221
259
|
readonly CategoryName: string | undefined;
|
|
222
|
-
readonly Filter:
|
|
223
|
-
readonly LogLevel:
|
|
260
|
+
readonly Filter: Func_4<string | undefined, string | undefined, LogLevel, System_Internal.Boolean> | undefined;
|
|
261
|
+
readonly LogLevel: Nullable_1<LogLevel>;
|
|
224
262
|
readonly ProviderName: string | undefined;
|
|
225
263
|
ToString(): string;
|
|
226
264
|
}
|
|
227
265
|
|
|
228
266
|
|
|
229
267
|
export const LoggerFilterRule: {
|
|
230
|
-
new(providerName: string, categoryName: string, logLevel:
|
|
268
|
+
new(providerName: string, categoryName: string, logLevel: Nullable_1<LogLevel>, filter: Func_4<System_Internal.String, System_Internal.String, LogLevel, System_Internal.Boolean>): LoggerFilterRule;
|
|
231
269
|
};
|
|
232
270
|
|
|
233
271
|
|
|
234
272
|
export type LoggerFilterRule = LoggerFilterRule$instance;
|
|
235
273
|
|
|
236
274
|
export interface LoggerMessageAttribute$instance extends Attribute {
|
|
275
|
+
readonly __tsonic_type_Microsoft_Extensions_Logging_LoggerMessageAttribute: never;
|
|
276
|
+
|
|
237
277
|
EventId: int;
|
|
238
278
|
get EventName(): string | undefined;
|
|
239
279
|
set EventName(value: string | undefined);
|
|
@@ -255,6 +295,8 @@ export const LoggerMessageAttribute: {
|
|
|
255
295
|
export type LoggerMessageAttribute = LoggerMessageAttribute$instance;
|
|
256
296
|
|
|
257
297
|
export interface ProviderAliasAttribute$instance extends Attribute {
|
|
298
|
+
readonly __tsonic_type_Microsoft_Extensions_Logging_ProviderAliasAttribute: never;
|
|
299
|
+
|
|
258
300
|
readonly Alias: string;
|
|
259
301
|
}
|
|
260
302
|
|
|
@@ -272,18 +314,18 @@ export abstract class ConsoleLoggerExtensions$instance {
|
|
|
272
314
|
static AddConsole(factory: ILoggerFactory, minLevel: LogLevel, includeScopes: boolean): ILoggerFactory;
|
|
273
315
|
static AddConsole(factory: ILoggerFactory, minLevel: LogLevel): ILoggerFactory;
|
|
274
316
|
static AddConsole(factory: ILoggerFactory, includeScopes: boolean): ILoggerFactory;
|
|
275
|
-
static AddConsole(factory: ILoggerFactory, filter:
|
|
276
|
-
static AddConsole(factory: ILoggerFactory, filter:
|
|
317
|
+
static AddConsole(factory: ILoggerFactory, filter: Func_3<System_Internal.String, LogLevel, System_Internal.Boolean>, includeScopes: boolean): ILoggerFactory;
|
|
318
|
+
static AddConsole(factory: ILoggerFactory, filter: Func_3<System_Internal.String, LogLevel, System_Internal.Boolean>): ILoggerFactory;
|
|
277
319
|
static AddConsole(factory: ILoggerFactory): ILoggerFactory;
|
|
278
|
-
static AddConsole(builder: ILoggingBuilder, configure:
|
|
320
|
+
static AddConsole(builder: ILoggingBuilder, configure: Action_1<ConsoleLoggerOptions>): ILoggingBuilder;
|
|
279
321
|
static AddConsole(builder: ILoggingBuilder): ILoggingBuilder;
|
|
280
|
-
static AddConsoleFormatter<TFormatter extends ConsoleFormatter, TOptions extends ConsoleFormatterOptions>(builder: ILoggingBuilder, configure:
|
|
322
|
+
static AddConsoleFormatter<TFormatter extends ConsoleFormatter, TOptions extends ConsoleFormatterOptions>(builder: ILoggingBuilder, configure: Action_1<TOptions>): ILoggingBuilder;
|
|
281
323
|
static AddConsoleFormatter<TFormatter extends ConsoleFormatter, TOptions extends ConsoleFormatterOptions>(builder: ILoggingBuilder): ILoggingBuilder;
|
|
282
|
-
static AddJsonConsole(builder: ILoggingBuilder, configure:
|
|
324
|
+
static AddJsonConsole(builder: ILoggingBuilder, configure: Action_1<JsonConsoleFormatterOptions>): ILoggingBuilder;
|
|
283
325
|
static AddJsonConsole(builder: ILoggingBuilder): ILoggingBuilder;
|
|
284
|
-
static AddSimpleConsole(builder: ILoggingBuilder, configure:
|
|
326
|
+
static AddSimpleConsole(builder: ILoggingBuilder, configure: Action_1<SimpleConsoleFormatterOptions>): ILoggingBuilder;
|
|
285
327
|
static AddSimpleConsole(builder: ILoggingBuilder): ILoggingBuilder;
|
|
286
|
-
static AddSystemdConsole(builder: ILoggingBuilder, configure:
|
|
328
|
+
static AddSystemdConsole(builder: ILoggingBuilder, configure: Action_1<ConsoleFormatterOptions>): ILoggingBuilder;
|
|
287
329
|
static AddSystemdConsole(builder: ILoggingBuilder): ILoggingBuilder;
|
|
288
330
|
}
|
|
289
331
|
|
|
@@ -292,7 +334,7 @@ export type ConsoleLoggerExtensions = ConsoleLoggerExtensions$instance;
|
|
|
292
334
|
|
|
293
335
|
export abstract class DebugLoggerFactoryExtensions$instance {
|
|
294
336
|
static AddDebug(factory: ILoggerFactory, minLevel: LogLevel): ILoggerFactory;
|
|
295
|
-
static AddDebug(factory: ILoggerFactory, filter:
|
|
337
|
+
static AddDebug(factory: ILoggerFactory, filter: Func_3<System_Internal.String, LogLevel, System_Internal.Boolean>): ILoggerFactory;
|
|
296
338
|
static AddDebug(factory: ILoggerFactory): ILoggerFactory;
|
|
297
339
|
static AddDebug(builder: ILoggingBuilder): ILoggingBuilder;
|
|
298
340
|
}
|
|
@@ -305,7 +347,7 @@ export abstract class EventLoggerFactoryExtensions$instance {
|
|
|
305
347
|
static AddEventLog(factory: ILoggerFactory, minLevel: LogLevel): ILoggerFactory;
|
|
306
348
|
static AddEventLog(factory: ILoggerFactory): ILoggerFactory;
|
|
307
349
|
static AddEventLog(builder: ILoggingBuilder, settings: EventLogSettings): ILoggingBuilder;
|
|
308
|
-
static AddEventLog(builder: ILoggingBuilder, configure:
|
|
350
|
+
static AddEventLog(builder: ILoggingBuilder, configure: Action_1<EventLogSettings>): ILoggingBuilder;
|
|
309
351
|
static AddEventLog(builder: ILoggingBuilder): ILoggingBuilder;
|
|
310
352
|
}
|
|
311
353
|
|
|
@@ -321,16 +363,16 @@ export abstract class EventSourceLoggerFactoryExtensions$instance {
|
|
|
321
363
|
export type EventSourceLoggerFactoryExtensions = EventSourceLoggerFactoryExtensions$instance;
|
|
322
364
|
|
|
323
365
|
export abstract class FilterLoggingBuilderExtensions$instance {
|
|
324
|
-
static AddFilter(builder: ILoggingBuilder, levelFilter:
|
|
325
|
-
static AddFilter(builder: ILoggingBuilder, categoryLevelFilter:
|
|
326
|
-
static AddFilter(builder: ILoggingBuilder, filter:
|
|
366
|
+
static AddFilter(builder: ILoggingBuilder, levelFilter: Func_2<LogLevel, System_Internal.Boolean>): ILoggingBuilder;
|
|
367
|
+
static AddFilter(builder: ILoggingBuilder, categoryLevelFilter: Func_3<System_Internal.String, LogLevel, System_Internal.Boolean>): ILoggingBuilder;
|
|
368
|
+
static AddFilter(builder: ILoggingBuilder, filter: Func_4<System_Internal.String, System_Internal.String, LogLevel, System_Internal.Boolean>): ILoggingBuilder;
|
|
327
369
|
static AddFilter(builder: ILoggingBuilder, category: string, level: LogLevel): ILoggingBuilder;
|
|
328
|
-
static AddFilter(builder: ILoggingBuilder, category: string, levelFilter:
|
|
329
|
-
static AddFilter(builder: LoggerFilterOptions, levelFilter:
|
|
330
|
-
static AddFilter(builder: LoggerFilterOptions, categoryLevelFilter:
|
|
331
|
-
static AddFilter(builder: LoggerFilterOptions, filter:
|
|
370
|
+
static AddFilter(builder: ILoggingBuilder, category: string, levelFilter: Func_2<LogLevel, System_Internal.Boolean>): ILoggingBuilder;
|
|
371
|
+
static AddFilter(builder: LoggerFilterOptions, levelFilter: Func_2<LogLevel, System_Internal.Boolean>): LoggerFilterOptions;
|
|
372
|
+
static AddFilter(builder: LoggerFilterOptions, categoryLevelFilter: Func_3<System_Internal.String, LogLevel, System_Internal.Boolean>): LoggerFilterOptions;
|
|
373
|
+
static AddFilter(builder: LoggerFilterOptions, filter: Func_4<System_Internal.String, System_Internal.String, LogLevel, System_Internal.Boolean>): LoggerFilterOptions;
|
|
332
374
|
static AddFilter(builder: LoggerFilterOptions, category: string, level: LogLevel): LoggerFilterOptions;
|
|
333
|
-
static AddFilter(builder: LoggerFilterOptions, category: string, levelFilter:
|
|
375
|
+
static AddFilter(builder: LoggerFilterOptions, category: string, levelFilter: Func_2<LogLevel, System_Internal.Boolean>): LoggerFilterOptions;
|
|
334
376
|
}
|
|
335
377
|
|
|
336
378
|
|
|
@@ -380,27 +422,27 @@ export abstract class LoggerFactoryExtensions$instance {
|
|
|
380
422
|
export type LoggerFactoryExtensions = LoggerFactoryExtensions$instance;
|
|
381
423
|
|
|
382
424
|
export abstract class LoggerMessage$instance {
|
|
383
|
-
static Define<T1>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions):
|
|
384
|
-
static Define<T1, T2>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions):
|
|
385
|
-
static Define<T1, T2, T3>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions):
|
|
386
|
-
static Define<T1, T2, T3, T4>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions):
|
|
387
|
-
static Define<T1, T2, T3, T4, T5>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions):
|
|
388
|
-
static Define<T1, T2, T3, T4, T5, T6>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions):
|
|
389
|
-
static Define(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions):
|
|
390
|
-
static Define<T1>(logLevel: LogLevel, eventId: EventId, formatString: string):
|
|
391
|
-
static Define<T1, T2>(logLevel: LogLevel, eventId: EventId, formatString: string):
|
|
392
|
-
static Define<T1, T2, T3>(logLevel: LogLevel, eventId: EventId, formatString: string):
|
|
393
|
-
static Define<T1, T2, T3, T4>(logLevel: LogLevel, eventId: EventId, formatString: string):
|
|
394
|
-
static Define<T1, T2, T3, T4, T5>(logLevel: LogLevel, eventId: EventId, formatString: string):
|
|
395
|
-
static Define<T1, T2, T3, T4, T5, T6>(logLevel: LogLevel, eventId: EventId, formatString: string):
|
|
396
|
-
static Define(logLevel: LogLevel, eventId: EventId, formatString: string):
|
|
397
|
-
static DefineScope<T1>(formatString: string):
|
|
398
|
-
static DefineScope<T1, T2>(formatString: string):
|
|
399
|
-
static DefineScope<T1, T2, T3>(formatString: string):
|
|
400
|
-
static DefineScope<T1, T2, T3, T4>(formatString: string):
|
|
401
|
-
static DefineScope<T1, T2, T3, T4, T5>(formatString: string):
|
|
402
|
-
static DefineScope<T1, T2, T3, T4, T5, T6>(formatString: string):
|
|
403
|
-
static DefineScope(formatString: string):
|
|
425
|
+
static Define<T1>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions): Action_3<ILogger, T1, Exception | undefined>;
|
|
426
|
+
static Define<T1, T2>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions): Action_4<ILogger, T1, T2, Exception | undefined>;
|
|
427
|
+
static Define<T1, T2, T3>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions): Action_5<ILogger, T1, T2, T3, Exception | undefined>;
|
|
428
|
+
static Define<T1, T2, T3, T4>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions): Action_6<ILogger, T1, T2, T3, T4, Exception | undefined>;
|
|
429
|
+
static Define<T1, T2, T3, T4, T5>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions): Action_7<ILogger, T1, T2, T3, T4, T5, Exception | undefined>;
|
|
430
|
+
static Define<T1, T2, T3, T4, T5, T6>(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions): Action_8<ILogger, T1, T2, T3, T4, T5, T6, Exception | undefined>;
|
|
431
|
+
static Define(logLevel: LogLevel, eventId: EventId, formatString: string, options: LogDefineOptions): Action_2<ILogger, Exception | undefined>;
|
|
432
|
+
static Define<T1>(logLevel: LogLevel, eventId: EventId, formatString: string): Action_3<ILogger, T1, Exception | undefined>;
|
|
433
|
+
static Define<T1, T2>(logLevel: LogLevel, eventId: EventId, formatString: string): Action_4<ILogger, T1, T2, Exception | undefined>;
|
|
434
|
+
static Define<T1, T2, T3>(logLevel: LogLevel, eventId: EventId, formatString: string): Action_5<ILogger, T1, T2, T3, Exception | undefined>;
|
|
435
|
+
static Define<T1, T2, T3, T4>(logLevel: LogLevel, eventId: EventId, formatString: string): Action_6<ILogger, T1, T2, T3, T4, Exception | undefined>;
|
|
436
|
+
static Define<T1, T2, T3, T4, T5>(logLevel: LogLevel, eventId: EventId, formatString: string): Action_7<ILogger, T1, T2, T3, T4, T5, Exception | undefined>;
|
|
437
|
+
static Define<T1, T2, T3, T4, T5, T6>(logLevel: LogLevel, eventId: EventId, formatString: string): Action_8<ILogger, T1, T2, T3, T4, T5, T6, Exception | undefined>;
|
|
438
|
+
static Define(logLevel: LogLevel, eventId: EventId, formatString: string): Action_2<ILogger, Exception | undefined>;
|
|
439
|
+
static DefineScope<T1>(formatString: string): Func_3<ILogger, T1, IDisposable | undefined>;
|
|
440
|
+
static DefineScope<T1, T2>(formatString: string): Func_4<ILogger, T1, T2, IDisposable | undefined>;
|
|
441
|
+
static DefineScope<T1, T2, T3>(formatString: string): Func_5<ILogger, T1, T2, T3, IDisposable | undefined>;
|
|
442
|
+
static DefineScope<T1, T2, T3, T4>(formatString: string): Func_6<ILogger, T1, T2, T3, T4, IDisposable | undefined>;
|
|
443
|
+
static DefineScope<T1, T2, T3, T4, T5>(formatString: string): Func_7<ILogger, T1, T2, T3, T4, T5, IDisposable | undefined>;
|
|
444
|
+
static DefineScope<T1, T2, T3, T4, T5, T6>(formatString: string): Func_8<ILogger, T1, T2, T3, T4, T5, T6, IDisposable | undefined>;
|
|
445
|
+
static DefineScope(formatString: string): Func_2<ILogger, IDisposable | undefined>;
|
|
404
446
|
}
|
|
405
447
|
|
|
406
448
|
|
|
@@ -409,7 +451,7 @@ export type LoggerMessage = LoggerMessage$instance;
|
|
|
409
451
|
export abstract class LoggingBuilderExtensions$instance {
|
|
410
452
|
static AddProvider(builder: ILoggingBuilder, provider: ILoggerProvider): ILoggingBuilder;
|
|
411
453
|
static ClearProviders(builder: ILoggingBuilder): ILoggingBuilder;
|
|
412
|
-
static Configure(builder: ILoggingBuilder, action:
|
|
454
|
+
static Configure(builder: ILoggingBuilder, action: Action_1<LoggerFactoryOptions>): ILoggingBuilder;
|
|
413
455
|
static SetMinimumLevel(builder: ILoggingBuilder, level: LogLevel): ILoggingBuilder;
|
|
414
456
|
}
|
|
415
457
|
|