module Name:This module defines the type of logger names, as well as conversion function from/to string. A logger name is a dot-separated list of strings.sig..end
type t 
val of_string : string -> tval of_list : string list -> tval to_string : t -> stringval to_list : t -> string list