Up

module Lwt_log_rules

: sig

Logging rules parsing

#
val rules : Lexing.lexbuf -> (string * string) list option

parse lexbuf returns the list of rules contained in lexbuf or None in case of parsing error

end