javaのライブラリのバージョンを上げたところ、
古いバージョンで使用していたメソッドが非推奨となっていました。
そのままでもビルドは通るのですが、非推奨なので修正したいです。
具体的には以下のcreateStrategyというメソッドで回避策として「Since 2.9 Usage of Builder API is preferable」と書いてあるのですがどう修正すればよいのかがわかりません。
ご教示お願い致します。
https://logging.apache.org/log4j/2.x/log4j-core/apidocs/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html
Method Summary
→static DefaultRolloverStrategy
→createStrategy(String max, String min, String fileIndex, String compressionLevelStr,
Action[] customActions, boolean stopCustomActionsOnError, Configuration config)
Deprecated.
Since 2.9 Usage of Builder API is preferable
回答2件
あなたの回答
tips
プレビュー