up local nuget cache
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled

This commit is contained in:
master
2025-11-18 07:34:27 +02:00
parent 9075bad2d9
commit e69b57d467
475 changed files with 307546 additions and 0 deletions

View File

@@ -0,0 +1,94 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.Extensions.Logging.Debug</name>
</assembly>
<members>
<member name="T:Microsoft.Extensions.Logging.Debug.DebugLogger">
<summary>
A logger that writes messages in the debug output window only when a debugger is attached.
</summary>
</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLogger.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Extensions.Logging.Debug.DebugLogger"/> class.
</summary>
<param name="name">The name of the logger.</param>
</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLogger.BeginScope``1(``0)">
<inheritdoc />
</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)">
<inheritdoc />
</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})">
<inheritdoc />
</member>
<member name="T:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider">
<summary>
The provider for the <see cref="T:Microsoft.Extensions.Logging.Debug.DebugLogger"/>.
</summary>
</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.CreateLogger(System.String)">
<inheritdoc />
</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.Dispose">
<inheritdoc />
</member>
<member name="T:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions">
<summary>
Extension methods for the <see cref="T:Microsoft.Extensions.Logging.ILoggerFactory"/> class.
</summary>
</member>
<member name="M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)">
<summary>
Adds a debug logger that is enabled for <see cref="T:Microsoft.Extensions.Logging.LogLevel"/>.Information or higher.
</summary>
<param name="factory">The extension method argument.</param>
<param name="minLevel">The minimum <see cref="T:Microsoft.Extensions.Logging.LogLevel"/> to be logged. This parameter is no longer honored and will be ignored.</param>
</member>
<member name="M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})">
<summary>
Adds a debug logger that is enabled as defined by the filter function.
</summary>
<param name="factory">The extension method argument.</param>
<param name="filter">The function used to filter events based on the log level. This parameter is no longer honored and is ignored.</param>
</member>
<member name="M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory)">
<summary>
Adds a debug logger that is enabled for log levels of minLevel or higher.
</summary>
<param name="factory">The extension method argument.</param>
</member>
<member name="M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggingBuilder)">
<summary>
Adds a debug logger named 'Debug' to the factory.
</summary>
<param name="builder">The extension method argument.</param>
</member>
<member name="T:Microsoft.Extensions.Logging.NullExternalScopeProvider">
<summary>
Scope provider that does nothing.
</summary>
</member>
<member name="P:Microsoft.Extensions.Logging.NullExternalScopeProvider.Instance">
<summary>
Returns a cached instance of <see cref="T:Microsoft.Extensions.Logging.NullExternalScopeProvider"/>.
</summary>
</member>
<member name="M:Microsoft.Extensions.Logging.NullExternalScopeProvider.Microsoft#Extensions#Logging#IExternalScopeProvider#ForEachScope``1(System.Action{System.Object,``0},``0)">
<inheritdoc />
</member>
<member name="M:Microsoft.Extensions.Logging.NullExternalScopeProvider.Microsoft#Extensions#Logging#IExternalScopeProvider#Push(System.Object)">
<inheritdoc />
</member>
<member name="T:Microsoft.Extensions.Logging.NullScope">
<summary>
An empty scope without any logic
</summary>
</member>
<member name="M:Microsoft.Extensions.Logging.NullScope.Dispose">
<inheritdoc />
</member>
</members>
</doc>