Skip to main content

append_json

Function append_json 

Source
pub fn append_json(
    file: &mut File,
    path: &Path,
    prior: &[u8],
    record: &LogEvent,
) -> AppResult<()>