pub fn load_all() -> Result<HashMap<String, LogFormat>, String>Expand description
Load all formats: built-ins first, then any in ~/.config/tess/formats.toml
(which override built-ins of the same name). Returns the compiled map keyed
by format name.