log.properties
来自「一个eclipse插件源代码。用于web开发」· PROPERTIES 代码 · 共 27 行
PROPERTIES
27 行
# 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 + =
减小字号Ctrl + -
显示快捷键?