Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开发了一个服务器插件。有什么方法可以获取详细日志。 有一个console.log但它只显示服务器关闭和启动日志。
console.log
标准记录器呢?它正在写信给neo4j.0.0.log.
neo4j.0.0.log
import java.util.logging.Logger; private Logger logger = Logger.getLogger(MyClass.class.getName()); logger.info("My tech info")