Scala Library Documentation
|
|
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 : 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 |
Scala Library Documentation
|
|