From 13a8da330bd2efed1b32490bb89db3d5be7df0ec Mon Sep 17 00:00:00 2001 From: Christopher F Date: Thu, 21 Jul 2016 18:18:02 -0400 Subject: [PATCH] Fix DFM in logging --- docs/guides/logging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/logging.md b/docs/guides/logging.md index 315e14ebc..97fed3a52 100644 --- a/docs/guides/logging.md +++ b/docs/guides/logging.md @@ -1,10 +1,10 @@ # Using the Logger -Discord.Net will automatically output log messages through the @Discord.DiscordSocketClient#Log event. +Discord.Net will automatically output log messages through the [Log](xref:Discord.DiscordClient#Discord_DiscordClient_Log) event. ## Usage -To handle Log Messages through Discord.Net's Logger, hook into the @Discord.DiscordSocketClient#Log event. +To handle Log Messages through Discord.Net's Logger, hook into the [Log](xref:Discord.DiscordClient#Discord_DiscordClient_Log) event. The @Discord.LogMessage object has a custom `ToString` method attached to it, when outputting log messages, it is reccomended you use this, instead of building your own output message.