Function send

Source
pub fn send(data: &[u8]) -> Result<(), LogError>
Expand description

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.