mirror of
https://github.com/Tribufu/TribufuDotNet
synced 2026-08-09 04:41:07 +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