gluu
公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.util.Resources クラス
org.xdi.oxauth.util.Resources 連携図
Collaboration graph

公開メンバ関数

Logger getLogger (InjectionPoint ip)
 

詳解

Class which provides external resources for injection

著者
Yuriy Movchan Date: 14/03/2017

関数詳解

◆ getLogger()

Logger org.xdi.oxauth.util.Resources.getLogger ( InjectionPoint  ip)
inline
17  {
18  Class<?> clazz = ip.getMember().getDeclaringClass();
19 
20  return LoggerFactory.getLogger(clazz);
21  }

このクラス詳解は次のファイルから抽出されました: