zio.http.logging
package zio.http.logging
Members list
Concise view
Type members
Classlikes
object Font
object LogFormat
object LogLevel
This is the base class for all logging operations. Logger is a collection of LoggerTransports. Internally whenever a message needs to be logged, it is broadcasted to all the available transports. The transports can internally decide what to do with the message and discard it if the message or the level is not relevant to the transport.
This is the base class for all logging operations. Logger is a collection of LoggerTransports. Internally whenever a message needs to be logged, it is broadcasted to all the available transports. The transports can internally decide what to do with the message and discard it if the message or the level is not relevant to the transport.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait LoggerMacroExtensionsclass Objecttrait Matchableclass Any
- Self type
object Logger
object LoggerTransport
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- LoggerTransport.type