module.properties

来自「JAVA报表」· PROPERTIES 代码 · 共 20 行

PROPERTIES
20
字号
#
# Support for logging to the Apache Log4J Library
#

module-info:
  name: log4j-logging-module
  producer: The JFreeReport project - www.jfree.org/jfreereport
  description: Initialializer to configure the log system to write to the
               Apache Log4J logging library. The logging system is not configured
               in any way, as the application will be responsible for that task.
  version.major: 0
  version.minor: 84
  version.patchlevel: 0
  subsystem: logging

depends:
  module: org.jfree.report.DefaultLogModule
  version.major: 0
  version.minor: 84

⌨️ 快捷键说明

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