Browse Source

Fix DFM in logging

tags/1.0-rc
Christopher F 8 years ago
parent
commit
13a8da330b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/guides/logging.md

+ 2
- 2
docs/guides/logging.md View File

@@ -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.


Loading…
Cancel
Save