Changed NLog console to ColoredConsole

This commit is contained in:
barelyprofessional
2024-06-13 23:01:05 +08:00
parent 37ab1138ef
commit 98f7b2b27e

View File

@@ -6,7 +6,7 @@
throwExceptions="false" throwExceptions="false"
internalLogLevel="Off" internalLogFile="~/nlog-internal.log"> internalLogLevel="Off" internalLogFile="~/nlog-internal.log">
<targets> <targets>
<target xsi:type="Console" name="console"/> <target xsi:type="ColoredConsole" name="console"/>
</targets> </targets>
<rules> <rules>