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

Pluggable logging / eventing #16

Open
cgoudie opened this issue Nov 13, 2015 · 0 comments
Open

Pluggable logging / eventing #16

cgoudie opened this issue Nov 13, 2015 · 0 comments

Comments

@cgoudie
Copy link

cgoudie commented Nov 13, 2015

I would like to see an interface for a pluggable version of the logging / eventing

Something like:
public interface SerializationNotification {
void alertAllowed(String classname);
void alertDenied(String classname);
}

This would allow me to plug in my own logging framework, or send emails on denied classes, etc...

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

1 participant