All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scribe.LogRecordCreator.scala Maven / Gradle / Ivy

There is a newer version: 3.16.0
Show newest version
package scribe

import scribe.message.LoggableMessage
import scribe.util.Time

trait LogRecordCreator {
  def apply(level: Level,
            value: Double,
            messages: List[LoggableMessage],
            fileName: String,
            className: String,
            methodName: Option[String],
            line: Option[Int],
            column: Option[Int],
            thread: Thread = Thread.currentThread(),
            data: Map[String, () => Any] = Map.empty,
            timeStamp: Long = Time()): LogRecord
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy