コード例 #1
0
ファイル: TestCase.java プロジェクト: heavenlyhash/ahslib
 /** Sets up a default logger based on the name of the current class. */
 public TestCase() {
   this.$log = LoggerFactory.getLogger("TestCase." + Reflect.getShortClassName(this));
 }