|
Scala Library
|
|
scala/util/logging/ConsoleLogger.scala]
trait
ConsoleLogger
extends AnyRefConsoleLogger is mixed into a concrete class who
has class Logged among its base classes.| Method Summary | |
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 |
def
log(msg : java.lang.String) : Unit
Console.printlnmsg - ...|
Scala Library
|
|