package routing
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class AdaptiveLogConfigServiceImpl extends LogConfigServiceImpl
- class ConfigurableLogRouter extends LogRouter
- class LogConfigServiceImpl extends LogConfigService
- class StaticLogRouter extends LogRouter
When not configured,
logstage-adapter-slf4jwill log messages with level>= Infotostdout.When not configured,
logstage-adapter-slf4jwill log messages with level>= Infotostdout.Due to the global mutable nature of
slf4jto configure slf4j logging you'll have to mutate a global singleton. To change its settings, replace itsLogRouterwith the same one you use elsewhere in your application.import logstage._ import izumi.logstage.api.routing.StaticLogRouter val myLogger = IzLogger() // configure SLF4j to use the same router that `myLogger` uses StaticLogRouter.instance.setup(myLogger.router)
Value Members
- object ConfigurableLogRouter
- object StaticLogRouter