Module Neovim::Logging
In: lib/neovim/logging.rb

Mixed into classes for unified logging helper methods.

@api private

Methods

included   logger  

Classes and Modules

Module Neovim::Logging::Helpers

Attributes

logger  [W] 

Public Class methods

Return the value of @logger, or construct it from the environment. $NVIM_RUBY_LOG_FILE specifies a file to log to (default STDERR), while NVIM_RUBY_LOG_LEVEL specifies the level (default WARN)

[Validate]