add some logging, and change the form of packet logging, add todos

This commit is contained in:
Master
2023-10-11 23:15:35 +02:00
parent c09b6daadc
commit a707deaa9f
3 changed files with 40 additions and 31 deletions

View File

@@ -2,6 +2,7 @@
namespace AscNet.Common.Util
{
// TODO: Extend, add file logging, correct some behavior, ensure proper formatting
public class Logger
{
public static readonly Logger c = new(nameof(AscNet), ConsoleColor.DarkRed);