class Object
Constants
- BUFSIZE
- LOGSTASH_VERSION
The version of logstash.
- ROOT
Public Instance Methods
rbuf_fill()
click to toggle source
# File lib/logstash/outputs/loggly.rb, line 13 def rbuf_fill timeout(@read_timeout) { @rbuf << @io.sysread(BUFSIZE) } end