Class Log4r::YamlConfigurator
In: lib/log4r/yamlconfigurator.rb
Parent: Object

See log4r/yamlconfigurator.rb

Methods

Constants

ExcludeParams = %w{formatter level name type only_at}

Public Class methods

Get a parameter‘s value

Define a parameter with a value

Given a filename, loads the YAML configuration for Log4r.

You can load a String YAML configuration instead of a file.

[Validate]