File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -446,3 +446,6 @@ $RECYCLE.BIN/
446446! .vscode /tasks.json
447447! .vscode /launch.json
448448! .vscode /extensions.json
449+
450+ # # Generated XML docs
451+ GmodNET.Serilog.Sink /GmodNET.Serilog.Sink.xml
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFrameworks >net5.0;net6.0</TargetFrameworks >
1010 <IncludeSourceRevisionInInformationalVersion >false</IncludeSourceRevisionInInformationalVersion >
1111 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
1212 <EmbedUntrackedSources >true</EmbedUntrackedSources >
13+ <DocumentationFile >GmodNET.Serilog.Sink.xml</DocumentationFile >
1314 </PropertyGroup >
1415
1516 <PropertyGroup >
Original file line number Diff line number Diff line change 1313
1414namespace GmodNET . Serilog . Sink
1515{
16+ /// <summary>
17+ /// A Serilog Sink which logs events to Garry's Mod game console.
18+ /// </summary>
1619 public class GmodSink : ILogEventSink
1720 {
1821 IFormatProvider formatProvider ;
You can’t perform that action at this time.
0 commit comments