LogLevel

algoliasearch.config.LogLevel
See theLogLevel companion trait
object LogLevel

Companion object of LogLevel.

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
LogLevel.type

Members list

Type members

Classlikes

case object Basic extends LogLevel

Logs request and response lines.

Logs request and response lines.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LogLevel
class Object
trait Matchable
class Any
Show all
Self type
Basic.type
case object Body extends LogLevel

Logs request and response lines and their respective headers and bodies (if present).

Logs request and response lines and their respective headers and bodies (if present).

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LogLevel
class Object
trait Matchable
class Any
Show all
Self type
Body.type
case object Headers extends LogLevel

Logs request and response lines and their respective headers.

Logs request and response lines and their respective headers.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LogLevel
class Object
trait Matchable
class Any
Show all
Self type
Headers.type
case object None extends LogLevel

No logs.

No logs.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LogLevel
class Object
trait Matchable
class Any
Show all
Self type
None.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror