scala.util.logging

trait ConsoleLogger

[source: scala/util/logging/ConsoleLogger.scala]

trait ConsoleLogger
extends Logged
The trait ConsoleLogger is mixed into a concrete class who has class Logged among its base classes.
Author
Burak Emir
Version
1.0
Method Summary
override def log (msg : java.lang.String) : Unit
logs argument to Console using Console.println
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def log(msg : java.lang.String) : Unit
logs argument to Console using Console.println
Parameters
msg - ...
Overrides
Logged.log