0

私たちのアプリケーション (Spring MVC) は log4j 1.4 を使用し、カスタム log4J レベル (Level を拡張する ALERT) を持っています。現在、log4j 2 に移行していますが、カスタム ALERT レベルを log4j 2 に移行するにはどうすればよいですか?

ドキュメントごとに、LoggerConfigs will be assigned a Log Level. The set of possible levels includes (TRACE, DEBUG, INFO, WARN, ERROR and FATAL). Note that in Log4j 2, the Level is an Enum and cannot be sub-classed. Users who desire more granularity are encouraged to use Markers instead.

カスタム Log4J レベルをマーカーで置き換える方法がわかりません。何かご意見は?

4

0 に答える 0