org.cddcore.engine

Log4JLogger

class Log4JLogger extends SimpleTddLogger

Linear Supertypes
SimpleTddLogger, TddLogger, LoggerDisplayProcessor, (Any) ⇒ String, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Log4JLogger
  2. SimpleTddLogger
  3. TddLogger
  4. LoggerDisplayProcessor
  5. Function1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Log4JLogger(displayMap: ClassFunctionList[String] = ...)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addFirstIfThenElse(description: String): Unit

    Definition Classes
    SimpleTddLoggerTddLogger
  7. def addScenarioFor[X](description: String, code: CodeHolder[X]): Unit

    Definition Classes
    SimpleTddLoggerTddLogger
  8. def addScenarioForRoot(description: String): Unit

    Definition Classes
    SimpleTddLoggerTddLogger
  9. def addingUnder(description: String, parentWasTrue: Boolean, parentDescription: String): Unit

    Definition Classes
    SimpleTddLoggerTddLogger
  10. def andThen[A](g: (String) ⇒ A): (Any) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def apply(a: Any): String

    Definition Classes
    LoggerDisplayProcessor → Function1
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def compose[A](g: (A) ⇒ Any): (A) ⇒ String

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. val displayMap: ClassFunctionList[String]

    Definition Classes
    Log4JLoggerLoggerDisplayProcessor
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def evaluating(because: List[Any], condition: Boolean): Unit

    Definition Classes
    SimpleTddLoggerTddLogger
  19. def executing(params: List[Any]): Unit

    Definition Classes
    SimpleTddLoggerTddLogger
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def merge(parentDescription: String, childDescription: String, yesNo: Boolean): Unit

    Definition Classes
    SimpleTddLoggerTddLogger
  25. def mergeRoot(description: String): Unit

    Definition Classes
    SimpleTddLoggerTddLogger
  26. def message(priority: Level, msgType: TddMessageType, message: ⇒ String): Unit

    The raw log message that writes the string to an output

    The raw log message that writes the string to an output

    Attributes
    protected
    Definition Classes
    Log4JLoggerSimpleTddLogger
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def newRoot(description: String): Unit

    Definition Classes
    SimpleTddLoggerTddLogger
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def result(result: Any): Unit

    Definition Classes
    SimpleTddLoggerTddLogger
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SimpleTddLogger

Inherited from TddLogger

Inherited from LoggerDisplayProcessor

Inherited from (Any) ⇒ String

Inherited from AnyRef

Inherited from Any

Ungrouped