cobol - java 控制台输出
嗨,
我有一个使用 log4j 的 jar,它只有一个文件附加器。
如果我从 eclipse 或 Windows 命令行运行它,它工作正常,但如果我从 cobol 调用 jar,记录器也会打印在控制台中。
我猜 cobol 是问题所在,我怎样才能停用控制台日志,
谢谢!
HI,
I have a jar using log4j, it has only a file appender.
If I run it from eclipse or from windows command line it works fine, but if I call the jar from cobol the logger is printed in the console too.
I guess cobol is the problem, how could I deactivate the console log
thx a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果环境有自己的 log4j 实现(由您的代码而不是您自带的 log4j 调用),这通常是类加载器问题。
添加有关您的环境的详细信息。
This is usually a classloader issue if the environment has its own log4j implementation which is called by your code instead of the log4j you bring with you.
Add details about your environment.