UpdateLogging

sbt.librarymanagement.UpdateLogging
See theUpdateLogging companion object
sealed abstract class UpdateLogging extends Serializable

Configures logging during an 'update'. level determines the amount of other information logged. Full is the default and logs the most. DownloadOnly only logs what is downloaded. Quiet only displays errors. Default uses the current log level of update task.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object Default.type
object DownloadOnly.type
object Full.type
object Quiet.type

Members list

Concise view