9

エラーが発生しました。ロガーをファイルに書き込みたいので、 log4j.jarFailed to load class "org.slf4j.impl.StaticLoggerBinder"を使用し、Apache Tomcat サーバーを使用しています。

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.
4

4 に答える 4

1

プロジェクトに slf4j jar または依存関係を追加する必要があります

于 2013-04-24T11:35:26.493 に答える