16 Star 143 Fork 48

kl222/RabbitRemoteControl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RabbitRemoteControl_logqt.ini 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
kl222 提交于 2个月前 . Modify log
[Core]
DumpFile=true
DumpToLogFile=true
################################### Log ###################################
[Log]
;; Log file path.
;Path=log
;; Log file name (Name_ProcessId_DateFormat_No.log).
;; the ProcessId and No is generated by the programe.
;Name= ; Default is application name
DateFormat="yyyy-MM-dd"
;; Log file length
;Length=100M
;; Log file count
;Count=10
;; Write log file interval
;Interval=1
;; Message format pattern. See: https://doc.qt.io/qt-6/qtlogging.html#qSetMessagePattern
;Pattern="[%{time hh:mm:ss.zzz} %{pid}|%{threadid} %{if-debug}D%{endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}E%{endif}%{if-fatal}F%{endif}] %{category} - %{message} [%{function}, %{line}]"
Pattern="[%{time hh:mm:ss.zzz} %{pid}|%{threadid} %{if-debug}D%{endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}E%{endif}%{if-fatal}F%{endif}] %{category} - %{message}"
;[%{file}:%{line}, %{function}]"
;; Enable print stack trace
;PrintStackTrace=true
;; PrintStackTraceLevel is a combination of the following values. Separated by ‘,’:
;; 0: debug
;; 1: warning
;; 2: error
;; 3: fatal
;; 4: information
;; eg: warning, error
;;PrintStackTraceLevel=1,2
PrintStackTraceLevel=2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Log rules
;; Please see QLoggingCategory documents: https://doc.qt.io/qt-6/qloggingcategory.html#logging-rules
;; Format:
;; <category>[.<type>] = true|false
[Rules]
;*=false
*.debug=false
;*.warning=false
;RabbitCommon*=true
;RabbitCommon.Updater=true
Client.Connect.Desktop.Mouse=false
Client.FrmViewer.Key=false
Client.FrmViewer.Mouse=false
VNC.Connect.Key=false
VNC.Connect.Mouse=false
LibVNCServer.Connect.Key=false
LibVNCServer.Connect.Mouse=false
;FreeRDP*=true
;FreeRDP.Log.*=false
;FreeRDP.Log.debug=true
FreeRDP.Log.Trace=false
;FreeRDP.Log.Fatal=false
FreeRDP.Connect.Key=false
FreeRDP.Connect.Mouse=false
;VNC.Log.*=true
;Player.*=true
;*.multimedia.*=true
;*.ffmpeg.*=true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kl222/RabbitRemoteControl.git
git@gitee.com:kl222/RabbitRemoteControl.git
kl222
RabbitRemoteControl
RabbitRemoteControl
master

搜索帮助