LogLevel

zio.http.logging.LogLevel
See theLogLevel companion object
sealed abstract class LogLevel(val id: Int) extends Product with Serializable

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Debug.type
object Error.type
object Info.type
object Trace.type
object Warn.type
Self type

Members list

Concise view

Value members

Concrete methods

final def <(other: LogLevel): Boolean
final def <=(other: LogLevel): Boolean
final def >(other: LogLevel): Boolean
final def >=(other: LogLevel): Boolean
final override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
final def toTransport: LoggerTransport

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val id: Int