TotemArts / Rx_Launcher

Renegade X Launcher
12 stars 9 forks source link

Added Logging to the launcher #19

Closed AlienXAXS closed 6 years ago

AlienXAXS commented 6 years ago

I have added a logging class that can help with debugging user problems with the Launcher.

I will add more logging as it goes on, it's easy to use: RxLogger.Logger.Instance.Write("Hello, I'm a log!")

The function contains an optional 2nd parameter that defaults to ERR_INFO, there is also ERR_SUCCESS, ERR_ERROR and ERR_WARNING

AlienXAXS commented 6 years ago

It looks like when i created the new branch i didnt base it off Master, so this branch also contains the Friendly Names fix too - meh whatever.

JAJames commented 6 years ago

I'll poke at this after the other PR gets merged so it's easier to read.