Added first simple logger for CoopClient

This commit is contained in:
EntenKoeniq
2022-03-28 23:59:19 +02:00
parent 98a593daae
commit 90d7ae7059
3 changed files with 74 additions and 2 deletions

View File

@ -50,7 +50,7 @@ namespace CoopClient
}
catch (Exception ex)
{
// TODO
Logger.Write(ex.Message, Logger.LogLevel.Server);
}
}
@ -70,7 +70,7 @@ namespace CoopClient
}
catch (Exception ex)
{
// TODO
Logger.Write(ex.Message, Logger.LogLevel.Server);
}
finally
{