pub async fn install_log_config(
options: &InstallOptions,
update_sender: Sender<InstallationUpdate>,
) -> InstallationResult<()>
Expand description
Installs the log config file.
This function provides updates during installation.
pub async fn install_log_config(
options: &InstallOptions,
update_sender: Sender<InstallationUpdate>,
) -> InstallationResult<()>
Installs the log config file.
This function provides updates during installation.