nuget update
This commit is contained in:
5
.nuget/packages/serilog.sinks.debug/2.0.0/.nupkg.metadata
vendored
Normal file
5
.nuget/packages/serilog.sinks.debug/2.0.0/.nupkg.metadata
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 2,
|
||||
"contentHash": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==",
|
||||
"source": "https://api.nuget.org/v3/index.json"
|
||||
}
|
||||
BIN
.nuget/packages/serilog.sinks.debug/2.0.0/.signature.p7s
vendored
Normal file
BIN
.nuget/packages/serilog.sinks.debug/2.0.0/.signature.p7s
vendored
Normal file
Binary file not shown.
34
.nuget/packages/serilog.sinks.debug/2.0.0/Serilog.Sinks.Debug.nuspec
vendored
Normal file
34
.nuget/packages/serilog.sinks.debug/2.0.0/Serilog.Sinks.Debug.nuspec
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Serilog.Sinks.Debug</id>
|
||||
<version>2.0.0</version>
|
||||
<authors>Serilog Contributors</authors>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<icon>icon.png</icon>
|
||||
<projectUrl>https://github.com/serilog/serilog-sinks-debug</projectUrl>
|
||||
<description>A Serilog sink that writes log events to the debug output window.</description>
|
||||
<tags>serilog debug</tags>
|
||||
<repository type="git" url="https://github.com/serilog/serilog-sinks-debug" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.5">
|
||||
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETFramework4.6">
|
||||
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard1.0">
|
||||
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Diagnostics.Debug" version="4.3.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.1">
|
||||
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
BIN
.nuget/packages/serilog.sinks.debug/2.0.0/icon.png
vendored
Normal file
BIN
.nuget/packages/serilog.sinks.debug/2.0.0/icon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
40
.nuget/packages/serilog.sinks.debug/2.0.0/lib/net45/Serilog.Sinks.Debug.xml
vendored
Normal file
40
.nuget/packages/serilog.sinks.debug/2.0.0/lib/net45/Serilog.Sinks.Debug.xml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Serilog.Sinks.Debug</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Serilog.LoggerSinkConfigurationDebugExtensions">
|
||||
<summary>
|
||||
Adds the WriteTo.Debug() extension method to <see cref="T:Serilog.LoggerConfiguration"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Events.LogEventLevel,System.String,System.IFormatProvider,Serilog.Core.LoggingLevelSwitch)">
|
||||
<summary>
|
||||
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
|
||||
</summary>
|
||||
<param name="sinkConfiguration">Logger sink configuration.</param>
|
||||
<param name="restrictedToMinimumLevel">The minimum level for
|
||||
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
|
||||
<param name="levelSwitch">A switch allowing the pass-through minimum level
|
||||
to be changed at runtime.</param>
|
||||
<param name="outputTemplate">A message template describing the format used to write to the sink.
|
||||
the default is <code>"[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}"</code>.</param>
|
||||
<param name="formatProvider">Supplies culture-specific formatting information, or null.</param>
|
||||
<returns>Configuration object allowing method chaining.</returns>
|
||||
</member>
|
||||
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Formatting.ITextFormatter,Serilog.Events.LogEventLevel,Serilog.Core.LoggingLevelSwitch)">
|
||||
<summary>
|
||||
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
|
||||
</summary>
|
||||
<param name="sinkConfiguration">Logger sink configuration.</param>
|
||||
<param name="formatter">Controls the rendering of log events into text, for example to log JSON. To
|
||||
control plain text formatting, use the overload that accepts an output template.</param>
|
||||
<param name="restrictedToMinimumLevel">The minimum level for
|
||||
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
|
||||
<param name="levelSwitch">A switch allowing the pass-through minimum level
|
||||
to be changed at runtime.</param>
|
||||
<returns>Configuration object allowing method chaining.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
40
.nuget/packages/serilog.sinks.debug/2.0.0/lib/net46/Serilog.Sinks.Debug.xml
vendored
Normal file
40
.nuget/packages/serilog.sinks.debug/2.0.0/lib/net46/Serilog.Sinks.Debug.xml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Serilog.Sinks.Debug</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Serilog.LoggerSinkConfigurationDebugExtensions">
|
||||
<summary>
|
||||
Adds the WriteTo.Debug() extension method to <see cref="T:Serilog.LoggerConfiguration"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Events.LogEventLevel,System.String,System.IFormatProvider,Serilog.Core.LoggingLevelSwitch)">
|
||||
<summary>
|
||||
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
|
||||
</summary>
|
||||
<param name="sinkConfiguration">Logger sink configuration.</param>
|
||||
<param name="restrictedToMinimumLevel">The minimum level for
|
||||
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
|
||||
<param name="levelSwitch">A switch allowing the pass-through minimum level
|
||||
to be changed at runtime.</param>
|
||||
<param name="outputTemplate">A message template describing the format used to write to the sink.
|
||||
the default is <code>"[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}"</code>.</param>
|
||||
<param name="formatProvider">Supplies culture-specific formatting information, or null.</param>
|
||||
<returns>Configuration object allowing method chaining.</returns>
|
||||
</member>
|
||||
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Formatting.ITextFormatter,Serilog.Events.LogEventLevel,Serilog.Core.LoggingLevelSwitch)">
|
||||
<summary>
|
||||
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
|
||||
</summary>
|
||||
<param name="sinkConfiguration">Logger sink configuration.</param>
|
||||
<param name="formatter">Controls the rendering of log events into text, for example to log JSON. To
|
||||
control plain text formatting, use the overload that accepts an output template.</param>
|
||||
<param name="restrictedToMinimumLevel">The minimum level for
|
||||
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
|
||||
<param name="levelSwitch">A switch allowing the pass-through minimum level
|
||||
to be changed at runtime.</param>
|
||||
<returns>Configuration object allowing method chaining.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
40
.nuget/packages/serilog.sinks.debug/2.0.0/lib/netstandard1.0/Serilog.Sinks.Debug.xml
vendored
Normal file
40
.nuget/packages/serilog.sinks.debug/2.0.0/lib/netstandard1.0/Serilog.Sinks.Debug.xml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Serilog.Sinks.Debug</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Serilog.LoggerSinkConfigurationDebugExtensions">
|
||||
<summary>
|
||||
Adds the WriteTo.Debug() extension method to <see cref="T:Serilog.LoggerConfiguration"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Events.LogEventLevel,System.String,System.IFormatProvider,Serilog.Core.LoggingLevelSwitch)">
|
||||
<summary>
|
||||
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
|
||||
</summary>
|
||||
<param name="sinkConfiguration">Logger sink configuration.</param>
|
||||
<param name="restrictedToMinimumLevel">The minimum level for
|
||||
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
|
||||
<param name="levelSwitch">A switch allowing the pass-through minimum level
|
||||
to be changed at runtime.</param>
|
||||
<param name="outputTemplate">A message template describing the format used to write to the sink.
|
||||
the default is <code>"[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}"</code>.</param>
|
||||
<param name="formatProvider">Supplies culture-specific formatting information, or null.</param>
|
||||
<returns>Configuration object allowing method chaining.</returns>
|
||||
</member>
|
||||
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Formatting.ITextFormatter,Serilog.Events.LogEventLevel,Serilog.Core.LoggingLevelSwitch)">
|
||||
<summary>
|
||||
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
|
||||
</summary>
|
||||
<param name="sinkConfiguration">Logger sink configuration.</param>
|
||||
<param name="formatter">Controls the rendering of log events into text, for example to log JSON. To
|
||||
control plain text formatting, use the overload that accepts an output template.</param>
|
||||
<param name="restrictedToMinimumLevel">The minimum level for
|
||||
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
|
||||
<param name="levelSwitch">A switch allowing the pass-through minimum level
|
||||
to be changed at runtime.</param>
|
||||
<returns>Configuration object allowing method chaining.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
40
.nuget/packages/serilog.sinks.debug/2.0.0/lib/netstandard2.0/Serilog.Sinks.Debug.xml
vendored
Normal file
40
.nuget/packages/serilog.sinks.debug/2.0.0/lib/netstandard2.0/Serilog.Sinks.Debug.xml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Serilog.Sinks.Debug</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Serilog.LoggerSinkConfigurationDebugExtensions">
|
||||
<summary>
|
||||
Adds the WriteTo.Debug() extension method to <see cref="T:Serilog.LoggerConfiguration"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Events.LogEventLevel,System.String,System.IFormatProvider,Serilog.Core.LoggingLevelSwitch)">
|
||||
<summary>
|
||||
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
|
||||
</summary>
|
||||
<param name="sinkConfiguration">Logger sink configuration.</param>
|
||||
<param name="restrictedToMinimumLevel">The minimum level for
|
||||
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
|
||||
<param name="levelSwitch">A switch allowing the pass-through minimum level
|
||||
to be changed at runtime.</param>
|
||||
<param name="outputTemplate">A message template describing the format used to write to the sink.
|
||||
the default is <code>"[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}"</code>.</param>
|
||||
<param name="formatProvider">Supplies culture-specific formatting information, or null.</param>
|
||||
<returns>Configuration object allowing method chaining.</returns>
|
||||
</member>
|
||||
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Formatting.ITextFormatter,Serilog.Events.LogEventLevel,Serilog.Core.LoggingLevelSwitch)">
|
||||
<summary>
|
||||
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
|
||||
</summary>
|
||||
<param name="sinkConfiguration">Logger sink configuration.</param>
|
||||
<param name="formatter">Controls the rendering of log events into text, for example to log JSON. To
|
||||
control plain text formatting, use the overload that accepts an output template.</param>
|
||||
<param name="restrictedToMinimumLevel">The minimum level for
|
||||
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
|
||||
<param name="levelSwitch">A switch allowing the pass-through minimum level
|
||||
to be changed at runtime.</param>
|
||||
<returns>Configuration object allowing method chaining.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
40
.nuget/packages/serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.xml
vendored
Normal file
40
.nuget/packages/serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.xml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Serilog.Sinks.Debug</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Serilog.LoggerSinkConfigurationDebugExtensions">
|
||||
<summary>
|
||||
Adds the WriteTo.Debug() extension method to <see cref="T:Serilog.LoggerConfiguration"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Events.LogEventLevel,System.String,System.IFormatProvider,Serilog.Core.LoggingLevelSwitch)">
|
||||
<summary>
|
||||
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
|
||||
</summary>
|
||||
<param name="sinkConfiguration">Logger sink configuration.</param>
|
||||
<param name="restrictedToMinimumLevel">The minimum level for
|
||||
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
|
||||
<param name="levelSwitch">A switch allowing the pass-through minimum level
|
||||
to be changed at runtime.</param>
|
||||
<param name="outputTemplate">A message template describing the format used to write to the sink.
|
||||
the default is <code>"[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}"</code>.</param>
|
||||
<param name="formatProvider">Supplies culture-specific formatting information, or null.</param>
|
||||
<returns>Configuration object allowing method chaining.</returns>
|
||||
</member>
|
||||
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Formatting.ITextFormatter,Serilog.Events.LogEventLevel,Serilog.Core.LoggingLevelSwitch)">
|
||||
<summary>
|
||||
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
|
||||
</summary>
|
||||
<param name="sinkConfiguration">Logger sink configuration.</param>
|
||||
<param name="formatter">Controls the rendering of log events into text, for example to log JSON. To
|
||||
control plain text formatting, use the overload that accepts an output template.</param>
|
||||
<param name="restrictedToMinimumLevel">The minimum level for
|
||||
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
|
||||
<param name="levelSwitch">A switch allowing the pass-through minimum level
|
||||
to be changed at runtime.</param>
|
||||
<returns>Configuration object allowing method chaining.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg
vendored
Normal file
BIN
.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg
vendored
Normal file
Binary file not shown.
1
.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512
vendored
Normal file
1
.nuget/packages/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg.sha512
vendored
Normal file
@@ -0,0 +1 @@
|
||||
+92zlEG+Ka7kB3xIfjIasMOhZ63HT2mBFaVBLZieTTPCqNHNn8uWsxLFZ8spPSP4QxyTbZZHaR4BlgCkBcXMbQ==
|
||||
Reference in New Issue
Block a user