Table of Contents

Namespace DiscordRPC.Logging

Classes

ConsoleLogger

Logs the outputs to the console using WriteLine()

FileLogger

Logs the outputs to a file

NullLogger

Ignores all log events

Interfaces

ILogger

Logging interface to log the internal states of the pipe. Logs are sent in a NON thread safe way. They can come from multiple threads and it is upto the ILogger to account for it.

Enums

LogLevel

Level of logging to use.