anylog

Crates.ioanylog
lib.rsanylog
version0.6.4
sourcesrc
created_at2017-11-20 23:17:46.50696
updated_at2023-03-30 13:34:04.571796
descriptionA library for Rust that attempts to parse single log lines into records.
homepagehttps://github.com/mitsuhiko/rust-anylog
repository
max_upload_size
id40081
size29,997
Sentry Bot (getsentry-bot)

documentation

https://docs.rs/anylog

README

rust-anylog

A simple rust library that parses log lines into log records. This supports a range of common log formats and parses out the timestamp and rest of the line.

Documentation

Tests

Tests require the timezone to be set to "CEST". The easiest way to do this is by exporting the TZ environment variable:

TZ=CET cargo test
Commit count: 0

cargo fmt