mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2026-05-06 06:37:28 +00:00
Update Logger.cs
This commit is contained in:
parent
eb9e939fc8
commit
479f719816
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue