TestLogger

sbt.internal.testing.TestLogger
See theTestLogger companion class
object TestLogger

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TestLogger.type

Members list

Type members

Classlikes

final class PerTest

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def make(global: ManagedLogger, perTest: TestDefinition => PerTest, level: Value): TestLogger
def wrap(logger: ManagedLogger): Logger

Deprecated methods

def make(global: ManagedLogger, perTest: TestDefinition => PerTest): TestLogger

Attributes

Deprecated
true

Implicits

Implicits

implicit val testStringEventShowLines: ShowLines[TestStringEvent]