Change debug log color in Logger

This commit is contained in:
ChronosX88 2020-09-21 22:15:04 +04:00
parent 282e14ae96
commit ec5512ff6b
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

View File

@ -77,7 +77,7 @@ namespace Zirconium.Core.Logging
break;
}
case LogType.Debug: {
tagFormatter = new Formatter("DEBUG", Color.Lime);
tagFormatter = new Formatter("DEBUG", Color.LightGray);
break;
}
default: {