fruently 0.10.0

A yet another Fluentd logger for Rust.
Documentation
1
2
3
4
5
6
7
8
source "https://rubygems.org"

gem "fluentd", "~> 1.1.0"

if RUBY_PLATFORM =~ /mingw|mswin/
  gem "win32-ipc"

  gem "win32-event"

  gem "windows-pr"

end