📄 log.properties
字号:
# ON or OFF, Create a new log file in everyday
Log.EverydayFlag = ON
# the path of debug.txt
Log.DebugLogPath = c:/log
# the path of error.txt
Log.ErrorLogPath = c:/log
# the path of trace.txt
Log.TraceLogPath = c:/log
#the path of db.txt
Log.DBLogPath = c:/log
# ON or OFF, write trace log
Log.TraceLogFlag = OFF
# ON or OFF, write debug log
Log.DebugLogFlag = ON
# ON or OFF, write database log
Log.DBLogFlag = ON
# ON or OFF, close log file after write log message
Log.LogCloseAfterWrite = ON
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -