class type multi_file_config =Inheritsobject
..end
method log_directory : string
method log_files : (string * string *
[ `Alert
| `All
| `Crit
| `Debug
| `Emerg
| `Err
| `Info
| `Notice
| `Warning ] * string * string)
list
(component, subchannel, max_level, file, format)
. Use *
as
wildcard in component
and subchannel
.
Currently, `All
is a synonym for the `Debug
level.