Moved messagePrefix to DllInfo

This commit is contained in:
2025-02-17 19:12:08 +01:00
parent c5cb238f42
commit 9bc225ee36
12 changed files with 31 additions and 37 deletions

View File

@@ -114,7 +114,7 @@ public class Logger
if (fS.Length > limit)
{
await stream.WriteAsync("\r\n####__EONACATLOGGER_TRUNCATED___####"u8.ToArray()).ConfigureAwait(false);
await stream.WriteAsync("\r\n####___TRUNCATED___####"u8.ToArray()).ConfigureAwait(false);
}
}
}