pub fn setup() -> SetupExpand description
Configure emit with Emitters, Filters, and Ctxt.
This function should be called as early in your application as possible. It returns a Setup builder that, once configured, can be initialized with a call to Setup::init.