提问人:Chris Powell 提问时间:10/29/2023 更新时间:10/31/2023 访问量:44
如何启用 Apache Wicket 调试
How to enable Apache Wicket debugging
问:
我已经开始在几个项目中使用 Wicket v9.15.0。我在构建代码时多次遇到以下错误:
错误 org.apache.wicket.markup.MarkupFactory - 找不到标记:Base 未找到继承标记的标记。组件类:xxx.xxx.xxx。 启用调试消息 org.apache.wicket.core.util.resource.locator.ResourceStreamLocator 设置为 获取尝试过的所有文件名的列表。
我花了几个小时阅读(大多是无用的)文档和示例,当然,也花时间在网上搜索,但找不到这是如何完成的。谁能启发我?
答:
0赞
Chris Powell
10/31/2023
#1
答案是创建一个 simplelogger.properties 文件,例如 src/main/resources 和 org.slf4j.simpleLogger.defaultLogLevel = debug。
评论