zio.http.logging.LogLevel$
See theLogLevel companion class
object LogLevel
Defines standard log levels.
Attributes
Members list
Concise view
Type members
Classlikes
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Automatically detects the level from the environment variable
Automatically detects the level from the environment variable
Attributes
Automatically detects the level from the system properties
Automatically detects the level from the system properties
Attributes
def
Option.apply[Trace.type](Trace)
case"DEBUG"=>
Option.apply[Debug.type](Debug)
case"INFO"=>
Option.apply[Info.type](Info)
case"WARN"=>
Option.apply[Warn.type](Warn)
case"ERROR"=>
Option.apply[Error.type](Error)
case_=>
None
}" t="n"class="documentableName ">fromString(string: String): Option[LogLevel]
Detects the LogLevel given any random string
Detects the LogLevel given any random string