NLog.Targets.Network - Fixed ReadMe.md with link to Log4JXml-target#5913
NLog.Targets.Network - Fixed ReadMe.md with link to Log4JXml-target#5913
Conversation
WalkthroughThe documentation link for the NLog Log4JXml Target in the README file was updated to point to the correct wiki page. XML documentation comments for several enum members in the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
src/NLog.Targets.Network/README.md (2)
3-3: Fix typos: “mesages” ➜ “messages”, “TSL” ➜ “TLS”.
Minor spelling issues in the opening sentence slightly reduce perceived quality.-NLog Network Target for sending mesages using TCP / UDP sockets with support for SSL / TSL. +NLog Network Target for sending messages using TCP / UDP sockets with support for SSL / TLS.
42-44: Remove duplicateLog4JXmlTargetregistration.
ext.RegisterTarget<NLog.Targets.Log4JXmlTarget>()appears twice; keeping one suffices and avoids confusion.- ext.RegisterTarget<NLog.Targets.Log4JXmlTarget>(); - ext.RegisterTarget<NLog.Targets.SyslogTarget>(); - ext.RegisterTarget<NLog.Targets.Log4JXmlTarget>(); + ext.RegisterTarget<NLog.Targets.Log4JXmlTarget>(); + ext.RegisterTarget<NLog.Targets.SyslogTarget>();
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/NLog.Targets.Network/README.md(1 hunks)
🔇 Additional comments (1)
src/NLog.Targets.Network/README.md (1)
25-25: Correct link looks good – no further action needed.
The pointer now resolves to the dedicated Log4JXml-target wiki page instead of the Chainsaw page.
|



No description provided.