Class: RuboCop::LSP::Logger Private
- Inherits:
-
Object
- Object
- RuboCop::LSP::Logger
- Defined in:
- lib/rubocop/lsp/logger.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Log for Language Server Protocol of RuboCop.
Class Method Summary collapse
- .log(message) ⇒ Object private
Class Method Details
.log(message) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
17 18 19 |
# File 'lib/rubocop/lsp/logger.rb', line 17 def self.log() warn("[server] #{}") end |