Class: Neovim::Logging::Null

Inherits:
Logger show all
Defined in:
lib/neovim/logging.rb

Constant Summary collapse

NAME =
"null"

Constants inherited from Logger

Logger::SUBS

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Logger

inherited, provide

Class Method Details

.open(dest = nil) {|new| ... } ⇒ Object

Yields:

  • (new)


79
80
81
# File 'lib/neovim/logging.rb', line 79

def open dest = nil
  yield new
end

Instance Method Details

#put(**fields) ⇒ Object



83
84
# File 'lib/neovim/logging.rb', line 83

def put **fields
end