static public void OnShutdown() { if (FDebugTextLogger != null) { FDebugTextLogger.Dispose(); FDebugTextLogger = null; } }
static public void OnStartup() { FDebugTextLogger = new DebugTextLogger(); }