mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Changed NLog console to ColoredConsole
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user