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 -> t
val of_list : string list -> t
val to_string : t -> string
val to_list : t -> string list