[][src]Crate anylog

anylog is a crate that tries to parse any potential log message it would encounter and extract timestamp and message from it. It supports a wide range of formats and tries them all.

This crate is used by Sentry to parse logfiles into breadcrumbs.

Structs

LogEntry

Represents a parsed log entry.