⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 log.properties

📁 一个eclipse插件源代码。用于web开发
💻 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 + -