mirror of
https://github.com/cadmium-im/zirconium-sharp.git
synced 2024-11-09 12:11:04 +00:00
Change debug log color in Logger
This commit is contained in:
parent
282e14ae96
commit
ec5512ff6b
@ -77,7 +77,7 @@ namespace Zirconium.Core.Logging
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case LogType.Debug: {
|
case LogType.Debug: {
|
||||||
tagFormatter = new Formatter("DEBUG", Color.Lime);
|
tagFormatter = new Formatter("DEBUG", Color.LightGray);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
|
Loading…
Reference in New Issue
Block a user