Class Summary | |
trait
|
ConsoleLogger
extends AnyRef
The trait
ConsoleLogger is mixed into a concrete class who
has class Logged among its base classes. |
trait
|
Logged
extends AnyRef
Mixing in the class class MyClass with Logged { do stuff, call log } The user of the library instantiates: val x = new MyClass() with ConsoleLogger
and the logging will be sent to the |