Package

edu.umass.cs.automan.core

logging

Permalink

package logging

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. sealed abstract class InsertUpdateOrSkip[T] extends AnyRef

    Permalink
  3. sealed trait LogLevel extends Ordered[LogLevel]

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

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

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

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

    Permalink
  8. class Memo extends AnyRef

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

    Permalink
  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

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

    Permalink

Value Members

  1. object DebugLog

    Permalink
  2. object LogConfig extends Enumeration

    Permalink
  3. object LogType extends Enumeration

    Permalink
  4. object Memo

    Permalink
  5. package tables

    Permalink

Ungrouped