LoggerConfigurator

play.api.LoggerConfigurator
See theLoggerConfigurator companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(classLoader: ClassLoader): Option[LoggerConfigurator]
def apply(loggerConfiguratorClassName: String, 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.

Generates the map of properties used by the logging framework.

Attributes