Function get_log

Source
pub(super) async fn get_log(
    queue: NonZeroU32,
    archive: ArchiveId,
    rel_path: String,
    target: String,
) -> Result<String, ServerFnError<String>>
Available on crate feature ssr only.