Crates.io | slog-logfmt |
lib.rs | slog-logfmt |
version | 0.1.0 |
source | src |
created_at | 2020-03-12 14:00:42.2944 |
updated_at | 2020-03-13 02:57:09.9027 |
description | logfmt drain & format for slog |
homepage | |
repository | https://github.com/antifuchs/slog-logfmt |
max_upload_size | |
id | 217875 |
size | 39,105 |
This is a pretty straightforward logfmt
formatter with a customizable prefix. The formatter exposed by the
crate is not Send
or Sync
, so you'll have to wrap it in
slog-async
or similar.