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
173 174 175 176 |
# File 'lib/neovim/logging.rb', line 173 def put **fields @file.puts fields.to_s @file.flush end |