Code Monkey home page Code Monkey logo

fluflu's Introduction

fluflu

Yet another fluentd logger for scala

CI Release Tagging codecov.io Maven Central

How to use it

Add to your build.sbt

libraryDependencies ++= Seq(
  "fluflu-core",
  "fluflu-msgpack-mess"
).map(m => "com.github.tkrs" %% m % "x.y.z")

And, so look at this example

LICENSE

MIT

fluflu's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar scala-steward avatar tkrs avatar yanana avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fluflu's Issues

Many sbt warnigns

[info] Loading settings for project global-plugins from idea.sbt,plugins.sbt,build.sbt ...
[info] Loading global plugins from /Users/satotakeru/.sbt/1.0/plugins
[info] Loading settings for project fluflu-build from plugins.sbt ...
[info] Loading project definition from /Users/satotakeru/code/github.com/tkrs/fluflu/project
[info] Loading settings for project fluflu from version.sbt,build.sbt,scalafmt.sbt ...
[info] Loading settings for project benchmark from build.sbt ...
[warn] The project {file:/Users/satotakeru/code/github.com/tkrs/fluflu/ }<root> references an unknown configuration "test" and was guessed to be "Test".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "msgpack-circe") references an unknown configuration "sbt" and was guessed to be "Sbt".
[warn] This configuration should be explicitly added to the project.
[warn] The project {file:/Users/satotakeru/code/github.com/tkrs/fluflu/ }<root> references an unknown configuration "compile" and was guessed to be "Compile".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "examples") references an unknown configuration "scalafmt" and was guessed to be "Scalafmt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "msgpack") references an unknown configuration "scalafmt" and was guessed to be "Scalafmt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "examples") references an unknown configuration "sbt" and was guessed to be "Sbt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "it") references an unknown configuration "sbt" and was guessed to be "Sbt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "msgpack") references an unknown configuration "sbt" and was guessed to be "Sbt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "core") references an unknown configuration "scalafmt" and was guessed to be "Scalafmt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "benchmark") references an unknown configuration "scalafmt" and was guessed to be "Scalafmt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "fluflu") references an unknown configuration "scalafmt" and was guessed to be "Scalafmt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "it") references an unknown configuration "scalafmt" and was guessed to be "Scalafmt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "fluflu") references an unknown configuration "sbt" and was guessed to be "Sbt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "benchmark") references an unknown configuration "sbt" and was guessed to be "Sbt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "core") references an unknown configuration "sbt" and was guessed to be "Sbt".
[warn] This configuration should be explicitly added to the project.
[warn] The project ProjectRef(uri("file:/Users/satotakeru/code/github.com/tkrs/fluflu/"), "msgpack-circe") references an unknown configuration "scalafmt" and was guessed to be "Scalafmt".
[warn] This configuration should be explicitly added to the project.
[info] Set current project to fluflu (in build file:/Users/satotakeru/code/github.com/tkrs/fluflu/)

Change Packer.apply signature

trait Packer[A] {
  def apply(a: A): Either[Throwable, Array[Byte]]
}

with

trait Packer[A] {
  def apply(a: A, packer: MessagePacker): Unit
}

Improve event packing

I guess that way of current packing Event is undesirable. It is very inconvenience to implement Forward Mode. That's because in Forward Mode's entries does not contain tag.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.