pub unsafe extern "C" fn magma_initialize_logging(
    channel: magma_handle_t
) -> magma_status_t
Expand description

\brief Initializes logging, used for debug and some exceptional error reporting. This should be called on Fuchsia; on other platforms it’s not needed and will just close the given handle. \param channel An open connection to the syslog service.