dagger/logger

Types

pub type LogEntry {
  Debug(msg: String)
  Query(sql: String)
  Info(msg: String)
}

Constructors

  • Debug(msg: String)
  • Query(sql: String)
  • Info(msg: String)

Values

pub fn report(entry: LogEntry) -> Nil
Search Document