クラス: Mongoid::Deprecation
- 継承:
-
ActiveSupport::非推奨
- オブジェクト
- ActiveSupport::非推奨
- Mongoid::非推奨
- 定義:
- build/mongoid- 8.1 /lib/mongoid/deprecation.rb
Overview
非推奨警告をログに記録するためのユーティリティ クラス。
インスタンス メソッドの概要を折りたたむ
-
#の動作~ オブジェクト
Mongoid のロガーを使用するようにデフォルトの ActiveSupport::Deprecation 動作をオーバーライドします。
インスタンス メソッドの詳細
#の動作~オブジェクト
Mongoid のロガーを使用するようにデフォルトの ActiveSupport::Deprecation 動作をオーバーライドします。
17 18 19 20 21 22 23 |
ファイル "Build/mongoid- 8.1 /lib/mongoid/deprecation.rb", 行17 デフォルト 動作 @behavior ||= 配列(->(, callstack, _deprecation_orizon, _gem_name) { logger = Mongoid.logger logger.WARN() logger.debug(callstack.join(" \n ")) 場合 debug }) end |