Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add detach_process and detach_multi_process for backward compatibility
Because some 3rd party plugins use these methods in their code: ```ruby class HTTPServer # w/o inheriting Fluent::Input, Fluent::Output include DetachMultiProcess def start detach_multi_process do # Do something to run HTTP server end end end ```
- Loading branch information