LogLevel

harness.zio.Logger$.LogLevel
See theLogLevel companion object
sealed abstract class LogLevel(val name: String, val rawDisplayName: String, val tolerancePriority: Int, val logPriority: Int, val extendedColor: Color, val simpleColor: Simple)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Always.type
object Debug.type
object Detailed.type
object Error.type
object Fatal.type
object Important.type
object Info.type
object Never.type
object Trace.type
object Warning.type
Show all

Members list

Value members

Constructors

def this(name: String, rawDisplayName: String, priority: Int, extendedColor: Color, simpleColor: Simple)

Concrete methods

final def colorizedDisplayName(colorMode: ColorMode): String
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

Concrete fields

final lazy val displayName: String
final val extendedColor: Color
final val logPriority: Int
final val name: String
final val rawDisplayName: String
final val simpleColor: Simple
final val tolerancePriority: Int