クラス LoggerListener

java.lang.ObjectSE
org.springframework.security.access.event.LoggerListener
実装されたすべてのインターフェース:
EventListenerSEorg.springframework.context.ApplicationListener<AbstractAuthorizationEvent>

@DeprecatedSE public class LoggerListener extends ObjectSE implements org.springframework.context.ApplicationListener<AbstractAuthorizationEvent>
使用すべきではありません。
ロギングが Spring Security コンポーネントに組み込まれるようになりました。さらにロギングが必要な場合は、独自の ApplicationListener の使用を検討してください
インターセプター関連のアプリケーションイベントを Commons Logging に出力します。

すべての失敗は警告レベルでログに記録され、成功イベントは情報レベルでログに記録され、パブリック呼び出しイベントはデバッグレベルでログに記録されます。

  • コンストラクターの詳細

    • LoggerListener

      public LoggerListener()
      使用すべきではありません。
  • メソッドの詳細

    • onApplicationEvent

      public void onApplicationEvent(AbstractAuthorizationEvent event)
      使用すべきではありません。
      次で指定:
      インターフェース org.springframework.context.ApplicationListener<AbstractAuthorizationEvent>onApplicationEvent