开发者

Getting to see Commons Logging debug messages in J2SE app

开发者 https://www.devze.com 2023-01-24 08:23 出处:网络
In a standalone J2SE application I\'m using some library code that uses Log.debug from Commons Logging to output some debug information. My app currently has no logging configuration whatsoever. By de

In a standalone J2SE application I'm using some library code that uses Log.debug from Commons Logging to output some debug information. My app currently has no logging configuration whatsoever. By default I see some log messages in stdout, but not the d开发者_运维知识库ebug ones. What's the quickest way to enable this?


Use some implementation of commons logging like log4j and configure it.

0

精彩评论

暂无评论...
验证码 换一张
取 消