1 line
958 B
JavaScript
1 line
958 B
JavaScript
initSidebarItems({"enum":[["InitError","Convenience error combining possible errors which could occur while initializing logging."]],"fn":[["log_file","Convenience method for opening a log file with common options."]],"mod":[["colors","Support for ANSI terminal colors via the colored crate."],["meta","Fern supports logging most things by default, except for one kind of struct: structs which make log calls to the global logger from within their `Display` or `Debug` implementations."]],"struct":[["Dispatch","The base dispatch logger."],["FormatCallback","Callback struct for use within a formatter closure"],["Output","Configuration for a logger output."],["Panic","Logger which will panic whenever anything is logged. The panic will be exactly the message of the log."]],"type":[["Filter","A type alias for a log filter. Returning true means the record should succeed - false means it should fail."],["Formatter","A type alias for a log formatter."]]}); |