fn log_file_from_contents(
py: Python<'_>,
file_path: PathBuf,
file_contents: &[u8],
entity_path_prefix: Option<String>,
static_: bool,
recording: Option<&PyRecordingStream>,
) -> PyResult<()>
Expand description
Log a file by contents.