package service
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- service
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ChannelFactory = io.netty.channel.ChannelFactory[io.netty.channel.Channel]
- type EventLoopGroup = io.netty.channel.EventLoopGroup
- trait Logging extends AnyRef
Base trait to configure logging.
Base trait to configure logging. Feel free to edit this file as per your requirements to slice and dice internal logging.
- type ServerChannelFactory = io.netty.channel.ChannelFactory[ServerChannel]
Value Members
- val EnableNettyLogging: Boolean
Controls if you want to pipe netty logs into the zio-http logger.
Controls if you want to pipe netty logs into the zio-http logger.
- Definition Classes
- Logging
- object ServerTime