我正在运行最新的 IntelliJ 和一个应该有记录器的项目。但是,我得到:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Run Code Online (Sandbox Code Playgroud)
我知道有插件,我尝试了 Log4jMonitor,仍然出现错误。我怎样才能获得日志记录以实际将文件放入它应该使用 IntelliJ 的文件夹中?我需要下载什么以及如何安装?