Is there something I need to do to enable logging other than: `using ExitGames.Logging;` and `private static readonly ILogger log = LogManager.GetCurrentClassLogger();`?
I'm editing the default LoadBalancing server created by ExitGames and `log.Debug()` works in all other scripts except for the one I just created.
↧