jagrosh / DiscordIPC

Connect locally to the Discord client using IPC for a subset of RPC features like Rich Presence and Activity Join/Spectate
Apache License 2.0
141 stars 47 forks source link

Documented all publicly exposed elements + Added some light base logging #1

Closed Shengaero closed 6 years ago

Shengaero commented 6 years ago

Note: I left RichPresence undocumented, as it provides no publicly important methods other than the constructor, and deserves to be provided a builder class instead of using the raw constructor.

public class RichPresence
{
    // existing code...
    public static class Builder
    {
        // builder code...
    }
}

Edit: Also added some basic logging (although more logging will be required to be professional about things)