NativeLogLevel

mill.scalanativelib.api.NativeLogLevel
See theNativeLogLevel companion trait

Attributes

Companion
trait
Source
ScalaNativeApi.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Debug extends NativeLogLevel

Attributes

Source
ScalaNativeApi.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Debug.type
case object Error extends NativeLogLevel

Attributes

Source
ScalaNativeApi.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Error.type
case object Info extends NativeLogLevel

Attributes

Source
ScalaNativeApi.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Info.type
case object Trace extends NativeLogLevel

Attributes

Source
ScalaNativeApi.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Trace.type
case object Warn extends NativeLogLevel

Attributes

Source
ScalaNativeApi.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Warn.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Implicits

Implicits

implicit val rw: ReadWriter[NativeLogLevel]

Attributes

Source
ScalaNativeApi.scala
implicit val rwDebug: ReadWriter[Debug.type]

Attributes

Source
ScalaNativeApi.scala
implicit val rwError: ReadWriter[Error.type]

Attributes

Source
ScalaNativeApi.scala
implicit val rwInfo: ReadWriter[Info.type]

Attributes

Source
ScalaNativeApi.scala
implicit val rwTrace: ReadWriter[Trace.type]

Attributes

Source
ScalaNativeApi.scala
implicit val rwWarn: ReadWriter[Warn.type]

Attributes

Source
ScalaNativeApi.scala