object LoggerConfigurator
- Source
- LoggerConfigurator.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LoggerConfigurator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(loggerConfiguratorClassName: String, classLoader: ClassLoader): Option[LoggerConfigurator]
- def apply(classLoader: ClassLoader): Option[LoggerConfigurator]
- def generateProperties(env: Environment, config: Configuration, optionalProperties: Map[String, String]): Map[String, String]
Generates the map of properties used by the logging framework.