Package org.scalatools.testing
Interface Logger
public interface Logger
A basic interface to provide feedback. Note that the logging methods are not call-by-name as
a Scala interface would be. We could define a Function0 interface if we find that this is a problem.
-
Method Summary
-
Method Details
-
ansiCodesSupported
boolean ansiCodesSupported()True if ANSI color codes are understood by this instance. -
error
-
warn
-
info
-
debug
-
trace
-