File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ namespace Serilog
2525 /// <summary>
2626 /// Adds the WriteTo.Debug() extension method to <see cref="LoggerConfiguration"/>.
2727 /// </summary>
28- public static class ConsoleLoggerConfigurationExtensions
28+ public static class LoggerSinkConfigurationDebugExtensions
2929 {
3030 const string DefaultDebugOutputTemplate = "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}" ;
3131
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >A Serilog sink that writes log events to the debug output window.</Description >
5- <VersionPrefix >1 .0.2 </VersionPrefix >
5+ <VersionPrefix >2 .0.0 </VersionPrefix >
66 <Authors >Serilog Contributors</Authors >
77 <TargetFrameworks >net45;net46;netstandard1.0;netstandard2.0</TargetFrameworks >
88 <AssemblyName >Serilog.Sinks.Debug</AssemblyName >
You can’t perform that action at this time.
0 commit comments