有时候,在开发过程中将事情记录到控制台是很好的。在我正在创建的Vert.x3项目中,我试图按照Vert.x3的docs页面上的说明进行日志记录:
// Note -these classes are Java only// You would normally maintain one static instance of Logger per Java class:
var logger = Java.type(“用此错误将炸弹排成一
我正在努力改进我的日志记录,特别是我希望将调试信息写入日志文件,我希望该日志包含我编写的所有导入库中的logger.debug("string")行,而不是从我从pypi导入的库中包含的行。application_name) # I don't use _ _ name _ _ in all of them, but I can change this line as necessary
因此,在本例中,当我将记录器级别设置为调试时