trait log{ print(" dfafdaf logger") } /** * @author 96107 */ object Test { def main(args: Array[String]): Unit = { new Person("a") with log } }