Crates.io | anylog |
lib.rs | anylog |
version | 0.6.4 |
source | src |
created_at | 2017-11-20 23:17:46.50696 |
updated_at | 2023-03-30 13:34:04.571796 |
description | A library for Rust that attempts to parse single log lines into records. |
homepage | https://github.com/mitsuhiko/rust-anylog |
repository | |
max_upload_size | |
id | 40081 |
size | 29,997 |
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.
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