Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom logger #81

Closed
josqu4red opened this issue Sep 25, 2014 · 5 comments
Closed

Custom logger #81

josqu4red opened this issue Sep 25, 2014 · 5 comments

Comments

@josqu4red
Copy link

It would be nice to be able to specify a custom logger in Eye.config block.
For example, Ruby 2 comes with Syslog::Logger in stdlib, which has the same API as the Logger class

Eye.config do
  logger Syslog::Logger.new("eye", Syslog::LOG_DAEMON)
end
@gretel
Copy link

gretel commented Sep 25, 2014

👍 while me using Yell mostly so a bit of abstraction would be fine

@kostya kostya closed this as completed in 579440c Sep 29, 2014
@dduft
Copy link

dduft commented Oct 6, 2014

Perfect, thank you! When do you create a version about this?

@kostya
Copy link
Owner

kostya commented Oct 6, 2014

pushed 0.6.3

@josqu4red
Copy link
Author

Thanks for your reactivity 👍

@dduft
Copy link

dduft commented Oct 9, 2014

Thank you, works perfect!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants