| Class Log4r::Configurator |
|
| Methods |
| Included modules |
| Public Class methods |
| [](param) |
| []=(param, value) |
| custom_levels(*levels) |
Configurator.custom_levels('My', 'Custom', :Levels)
Alternatively, you can specify custom levels in XML:
<log4r_config>
<pre_config>
<custom_levels>
My, Custom, Levels
</custom_levels>
...
| load_xml_file(filename) |
| load_xml_string(string) |