-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add extension method to chain FileLifecycleHooks together #141
Conversation
2.1 Release
2.2.0 Release
3.0.0 Release
3.0.1 Release
Release 3.1.0
3.1.1 Release
3.2.0 Release
4.0.0 Release
4.1.0 Release
Looks good; since Since there's a strong concept of ordering between chained hooks, perhaps we could use a name like
|
yeah, agree on both. Was never happy with "ChainTo" :) And it is an extension as it started life in my own project, but makes sense as an instance. will update... |
LGTM! 👍 |
Allows composing of FileLifecycleHooks e.g. Add FileHeaders and GZip the logs, or compress then encrypt.