pub fn send(data: &[u8]) -> Result<(), LogError>
Stores the given arbitrary bytes to the access log. The data can be generated in any format, and must be serialized as bytes before sending.