优化代码

This commit is contained in:
不做码农
2022-12-20 16:06:59 +08:00
parent e349aecb75
commit 568e774d80
4 changed files with 6 additions and 4 deletions

View File

@@ -51,7 +51,7 @@
<highlight-row condition="level == LogLevel.Warn" foregroundColor="Yellow" />
<highlight-row condition="level == LogLevel.Error" foregroundColor="Red" />
<highlight-row condition="level == LogLevel.Fatal" foregroundColor="Red" backgroundColor="White" />
<highlight-word regex="sql语句" foregroundColor="Red" />
<highlight-word regex="SQL语句" foregroundColor="Blue" />
</target>
<target name="console" xsi:type="ColoredConsole"