WithLogLevel

oxygen.zio.logger.WithLogLevel
See theWithLogLevel companion object
trait WithLogLevel[A](val make: LogLevel => A) extends WithLogLevelAbstract[A]

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object level

Members list

Value members

Inherited methods

final def always: A

Attributes

Inherited from:
WithLogLevelAbstract
final def apply(level: LogLevel): A

Attributes

Inherited from:
WithLogLevelAbstract
final def debug: A

Attributes

Inherited from:
WithLogLevelAbstract
final def detailed: A

Attributes

Inherited from:
WithLogLevelAbstract
final def error: A

Attributes

Inherited from:
WithLogLevelAbstract
final def fatal: A

Attributes

Inherited from:
WithLogLevelAbstract
final def important: A

Attributes

Inherited from:
WithLogLevelAbstract
final def info: A

Attributes

Inherited from:
WithLogLevelAbstract
final def never: A

Attributes

Inherited from:
WithLogLevelAbstract
final def trace: A

Attributes

Inherited from:
WithLogLevelAbstract
final def warning: A

Attributes

Inherited from:
WithLogLevelAbstract