mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-15 05:14:36 +01:00
config.tab
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user