コード例 #1
0
ファイル: MyLogManager.cs プロジェクト: hellonlink/sun
 public static IMyLog GetLogger(Type type)
 {
     return(MyLogManager.GetLogger(Assembly.GetCallingAssembly(), type.FullName));
 }
コード例 #2
0
ファイル: MyLogManager.cs プロジェクト: hellonlink/sun
 public static IMyLog GetLogger(string name)
 {
     return(MyLogManager.GetLogger(Assembly.GetCallingAssembly(), name));
 }