Configures the logger with a list of properties and an optional URL.
Configures the logger with a list of properties and an optional URL.
This is the engine's entrypoint method that has all the properties pre-assembled.
Configures the logger with the environment and the application configuration.
Configures the logger with the environment and the application configuration.
This is what full applications will run, and the place to put extra properties, either through optionalProperties or by setting configuration properties and having "play.logger.includeConfigProperties=true" in the config.
the application environment
the application's configuration
any optional properties (you can use Map.empty otherwise)
This is a convenience method that adds no extra properties.
Initialize the Logger when there's no application ClassLoader available.
Returns the logger factory for the configurator.
Returns the logger factory for the configurator. Only safe to call after configuration.
an instance of ILoggerFactory
Shutdown the logger infrastructure.
Runs through underlying logger configuration.