in scala/util/logging
trait ConsoleLogger

trait ConsoleLogger()
extends Object
with ScalaObject

A ConsoleLogger is mixed into a concrete class who has class Logged among its base traits.

Method Summary
  def log(msg: String): Unit
     logs argument to Console using Console.println

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Method Detail

log

  def log(msg: String): Unit
logs argument to Console using Console.println