Class: Neovim::Logging::Plain
- Defined in:
- lib/neovim/logging.rb
Constant Summary collapse
- NAME =
"plain"
Constants inherited from Logger
Instance Method Summary collapse
Methods inherited from Stream
Methods inherited from Logger
Constructor Details
This class inherits a constructor from Neovim::Logging::Stream
Instance Method Details
#put(**fields) ⇒ Object
178 179 180 181 |
# File 'lib/neovim/logging.rb', line 178 def put **fields @file.puts fields.to_s @file.flush end |