Sha256: 73aa4e3df5b92c7d548efada2157b212b34fcd36986efd8598f55daf881fa1f7
Contents?: true
Size: 966 Bytes
Versions: 269
Compression:
Stored size: 966 Bytes
Contents
# # Fluentd # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # module Fluent module Compat module DetachProcessMixin def detach_process log.warn "#{__method__} is not supported in this version. ignored." yield end end module DetachMultiProcessMixin def detach_multi_process log.warn "#{__method__} is not supported in this version. ignored." yield end end end end
Version data entries
269 entries across 269 versions & 7 rubygems