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

See log4r/yamlconfigurator.rb

Methods

[], []=, custom_levels, load_yaml_file, load_yaml_string,
Public Class methods
[](param) src

Get a parameter’s value

[]=(param, value) src

Define a parameter with a value

custom_levels( levels) src
load_yaml_file( filename) src

Given a filename, loads the YAML configuration for Log4r.

load_yaml_string( string) src

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