我創建了一個包含所有依賴關係的jar文件,並使用slf4j + logback實現了日誌記錄。因此,我爲所有記錄器定義了一個logback.xml
文件。然而,當我運行jar它給了我這個消息:未能加載類'org.slf4j.impl.StaticLoggerBinder'
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.
我沒有看到任何記錄發生。在我解壓縮jar文件後,我可以看到org.slf4j文件夾。我不知道爲什麼這不起作用。
不解決它爲我的Scala項目。版本是否重要? – matanster