cleaned up logging, added log_level param to enable/disable types of logging

This commit is contained in:
Tahir Akhlaq 2016-06-14 03:00:57 +01:00
parent c23f9c7ca9
commit c5516511b0
4 changed files with 60 additions and 29 deletions

View file

@ -71,8 +71,6 @@ namespace FFXIVClassic_Lobby_Server
{
Server server = new Server();
server.startServer();
while (true) Thread.Sleep(10000);
}
Program.Log.Info("Press any key to continue...");