jcommon.properties

来自「JfreeChart 常用图表例子」· PROPERTIES 代码 · 共 20 行

PROPERTIES
20
字号
## The minimum loglevel that is loggedorg.jfree.base.LogLevel=Debug## Where to log. Give a classname of a  valid LogTarget implementation.org.jfree.base.LogTarget=org.jfree.util.PrintStreamLogTargetorg.jfree.base.LogAutoInit=true## Should the debugging system be disabled by default. This option will surpress all# output, no single line of debug information will be printed. If you want to remove# System.out-debugging on the server side, try to switch to a Log4J-LogTarget instead.org.jfree.base.NoDefaultDebug=false## Which ClassLoader to use for loading external resources and classes.# One of "ThreadContext" or "CallerContext".org.jfree.ClassLoader=ThreadContext

⌨️ 快捷键说明

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