vibegraylog 1.0.4

A vibe.d logger that logs via gelf packages via udp to graylog


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

vibejournald

auto cfg = GrayLoggerConfig("127.0.0.1", 12201, "localhost");
auto jl = cast(shared Logger)new GrayLogger(cfg);
registerLogger(jl);

logTrace("Trace");

creates a vibe.d logger that logs gelf message to graylog via udp.

Authors:
  • Robert burner Schadek
Dependencies:
vibe-d, gelfd
Versions:
1.0.4 2021-Dec-16
1.0.3 2021-Dec-16
1.0.2 2021-Dec-16
1.0.1 2021-Dec-16
1.0.0 2021-Dec-16
Show all 6 versions
Download Stats:
  • 6 downloads today

  • 29 downloads this week

  • 105 downloads this month

  • 4805 downloads total

Score:
1.8
Short URL:
vibegraylog.dub.pm