Skip to main content

setup

Function setup 

Source
pub fn setup() -> Setup
Expand 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.