mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2025-06-15 18:04:18 +00:00
Update Logger.cs
This commit is contained in:
@ -36,7 +36,7 @@ namespace Tribufu.Logging
|
||||
|
||||
public static void Trace(string message)
|
||||
{
|
||||
Log(LogLevel.Trace, message, ConsoleColor.Gray);
|
||||
Log(LogLevel.Trace, message, ConsoleColor.DarkGray);
|
||||
}
|
||||
|
||||
private static void Log(LogLevel level, string message, ConsoleColor color)
|
||||
|
Reference in New Issue
Block a user