We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4095916 commit 98b0fbdCopy full SHA for 98b0fbd
lib/filewatch/helper.rb
@@ -3,8 +3,10 @@
3
# https://raw.githubusercontent.com/rails/rails/v4.2.1/activesupport/lib/active_support/core_ext/file/atomic.rb
4
# change method name to avoid borking active_support and vice versa
5
require 'fileutils'
6
+require "logstash/util/loggable"
7
8
module FileHelper
9
+ include LogStash::Util::Loggable
10
extend self
11
# Write to a file atomically. Useful for situations where you don't
12
# want other processes or threads to see half-written files.
0 commit comments