🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

Microsoft.Extensions.Logging.Debug

Package Overview
Dependencies
Maintainers
3
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microsoft.extensions.logging.debug - nuget Package Compare versions

Comparing version
1.0.0-rc2-final
to
1.0.0-rc1-final
lib/dotnet5.4/Microsoft.Extensions.Logging.Debug.dll

Sorry, the diff of this file is not supported yet

+74
<?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.#ctor(System.String,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})">
<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>
<param name="filter">The function used to filter events based on the log level.</param>
</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLogger.BeginScopeImpl(System.Object)">
<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(Microsoft.Extensions.Logging.LogLevel,System.Int32,System.Object,System.Exception,System.Func{System.Object,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.#ctor(System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider"/> class.
</summary>
<param name="filter">The function used to filter events based on the log level.</param>
</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.CreateLogger(System.String)">
<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)">
<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>
</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.</param>
</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"/>s of minLevel 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</param>
</member>
</members>
</doc>

Sorry, the diff of this file is not supported yet

<?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.#ctor(System.String,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})">
<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>
<param name="filter">The function used to filter events based on the log level.</param>
</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLogger.BeginScopeImpl(System.Object)">
<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(Microsoft.Extensions.Logging.LogLevel,System.Int32,System.Object,System.Exception,System.Func{System.Object,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.#ctor(System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider"/> class.
</summary>
<param name="filter">The function used to filter events based on the log level.</param>
</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.CreateLogger(System.String)">
<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)">
<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>
</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.</param>
</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"/>s of minLevel 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</param>
</member>
</members>
</doc>
+2
-2

@@ -25,3 +25,3 @@ <?xml version="1.0"?>

</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLogger.BeginScope``1(``0)">
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLogger.BeginScopeImpl(System.Object)">
<inheritdoc />

@@ -32,3 +32,3 @@ </member>

</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})">
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLogger.Log(Microsoft.Extensions.Logging.LogLevel,System.Int32,System.Object,System.Exception,System.Func{System.Object,System.Exception,System.String})">
<inheritdoc />

@@ -35,0 +35,0 @@ </member>

@@ -5,22 +5,32 @@ <?xml version="1.0" encoding="utf-8"?>

<id>Microsoft.Extensions.Logging.Debug</id>
<version>1.0.0-rc2-final</version>
<authors>Microsoft.Extensions.Logging.Debug</authors>
<owners>Microsoft.Extensions.Logging.Debug</owners>
<version>1.0.0-rc1-final</version>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<projectUrl>http://www.asp.net/</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().</description>
<copyright>Copyright © Microsoft Corporation</copyright>
<tags>logging</tags>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<description>Microsoft.Extensions.Logging.Debug</description>
<dependencies>
<group targetFramework=".NETFramework4.5.1">
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="1.0.0-rc2-final" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="1.0.0-rc1-final" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="System.Diagnostics.Debug" version="4.0.11-rc2-24027" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="1.0.0-rc2-final" />
<group targetFramework=".NETPlatform5.4">
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="1.0.0-rc1-final" />
<dependency id="System.Collections" version="4.0.11-beta-23516" />
<dependency id="System.Globalization" version="4.0.11-beta-23516" />
<dependency id="System.Linq" version="4.0.1-beta-23516" />
</group>
<group targetFramework=".NETCore5.0">
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="1.0.0-rc1-final" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.5.1" />
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5.1" />
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5.1" />
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.5.1" />
</frameworkAssemblies>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<copyright>Copyright © Microsoft Corporation</copyright>
<projectUrl>http://www.asp.net/</projectUrl>
</metadata>
</package>

Sorry, the diff of this file is not supported yet

<?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.#ctor(System.String,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})">
<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>
<param name="filter">The function used to filter events based on the log level.</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.#ctor(System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider"/> class.
</summary>
<param name="filter">The function used to filter events based on the log level.</param>
</member>
<member name="M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.CreateLogger(System.String)">
<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)">
<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>
</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.</param>
</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"/>s of minLevel 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</param>
</member>
</members>
</doc>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet