Exemplo n.º 1
0
 static public void OnShutdown()
 {
     if (FDebugTextLogger != null)
     {
         FDebugTextLogger.Dispose();
         FDebugTextLogger = null;
     }
 }
Exemplo n.º 2
0
 static public void OnStartup()
 {
     FDebugTextLogger = new DebugTextLogger();
 }