edu.umass.cs.automan.core

logging

package logging

Visibility
  1. Public
  2. All

Type Members

  1. case class Insert[T](t: T) extends InsertUpdateOrSkip[T] with Product with Serializable

  2. sealed abstract class InsertUpdateOrSkip[T] extends AnyRef

  3. sealed trait LogLevel extends Ordered[LogLevel]

  4. case class LogLevelDebug() extends LogLevel with Product with Serializable

  5. case class LogLevelFatal() extends LogLevel with Product with Serializable

  6. case class LogLevelInfo() extends LogLevel with Product with Serializable

  7. case class LogLevelWarn() extends LogLevel with Product with Serializable

  8. class Memo extends AnyRef

  9. case class Skip[T](t: T) extends InsertUpdateOrSkip[T] with Product with Serializable

  10. case class TaskSnapshot[T](task_id: UUID, question_id: UUID, title: String, text: String, round: Int, timeout_in_s: Int, worker_timeout: Int, cost: BigDecimal, created_at: Date, state: scheduler.SchedulerState.Value, worker_id: Option[String], answer: Option[T], state_changed_at: Date, question_type: QuestionType) extends Product with Serializable

  11. case class Update[T](t: T) extends InsertUpdateOrSkip[T] with Product with Serializable

Value Members

  1. object DebugLog

  2. object LogConfig extends Enumeration

  3. object LogType extends Enumeration

  4. object Memo

  5. package tables

Ungrouped