app.config

来自「Aditional source code for sti5518 firmwa」· CONFIG 代码 · 共 23 行

CONFIG
23
字号
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <system.diagnostics>
    <!-- if you don't want to control level of log details remove
      or comment <switches/> tags below
      NOTE: 
        value==0 - no logs; 
        value==1 - only errors; 
        value==2 - errors and warning; 
        value==3 - info, errors and warning; 
        value==4 - verbose mode; -->
    <switches>
      <add name="OpenBox Updater" value="3" />
    </switches>
    <trace autoflush="true" indentsize="2">
      <listeners>
        <add name="textWriterListener"
          type="System.Diagnostics.TextWriterTraceListener"
          initializeData="openbox_updater.log" />
      </listeners>
    </trace>
  </system.diagnostics>
</configuration>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?