Debug

com.tersesystems.blindsight.semantic.SemanticLoggerAPI$.Debug
trait Debug[StatementType, P, M[_]] extends SemanticLoggerComponent[StatementType, P, M]

This trait defines only "isDebugLogging" and "debug" methods.

Attributes

Source:
SemanticLoggerAPI.scala
Graph
Supertypes
trait SemanticLoggerComponent[StatementType, P, M]
class Object
trait Matchable
class Any
Known subtypes
trait SemanticLoggerAPI[StatementType, P, M]
trait SemanticLogger[StatementType]
class Impl[StatementType]
trait Proxy[StatementType, P, M]

Members list

Concise view

Type members

Inherited types

type Method[T] = M[T]

Attributes

Inherited from:
SemanticLoggerComponent
Source:
SemanticLoggerAPI.scala
type Predicate = P

Attributes

Inherited from:
SemanticLoggerComponent
Source:
SemanticLoggerAPI.scala
type Self[T]

Attributes

Inherited from:
SemanticLoggerComponent
Source:
SemanticLoggerAPI.scala

Value members

Abstract methods

def debug: M[StatementType]

Attributes

Source:
SemanticLoggerAPI.scala