Function initialize_buffered

Source
pub fn initialize_buffered(opts: PublishOptions<'_>) -> Result<(), PublishError>
Expand description

Initializes logging, but buffers logs until the connection is established. This is required for things like Component Manager, which would otherwise deadlock when starting. This carries some overhead, so should be avoided unless required.