config.tab

This commit is contained in:
rfi
2023-10-07 07:44:06 +07:00
parent 859e3fa042
commit 212d08496c
9 changed files with 206 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ namespace AscNet.Common.Util
{
public class Logger
{
public static readonly Logger c = new("SF", ConsoleColor.DarkRed);
public static readonly Logger c = new(nameof(AscNet), ConsoleColor.DarkRed);
private readonly string _name;
private readonly bool TraceOnError;
private readonly ConsoleColor _color;