Removed some blocking if the logger cannot log to http, tcp or udp

This commit is contained in:
2025-07-25 21:14:23 +02:00
parent d981397b02
commit 182129d9fa
29 changed files with 550 additions and 282 deletions

View File

@@ -7,7 +7,7 @@ namespace EonaCat.Logger;
public static class DllInfo
{
public const string NAME = "EonaCatLogger";
public const string VERSION = "1.1.0";
public const string VERSION = "1.4.8";
static DllInfo()
{