mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 15:21:20 +00:00
docs: misc (#32928)
Co-authored-by: James Trew <j.trew10@gmail.com> Co-authored-by: przepompownia <przepompownia@users.noreply.github.com>
This commit is contained in:
@@ -148,7 +148,7 @@ log.trace = create_logger('TRACE', log_levels.TRACE)
|
||||
log.warn = create_logger('WARN', log_levels.WARN)
|
||||
|
||||
--- Sets the current log level.
|
||||
---@param level (string|integer) One of `vim.lsp.log.levels`
|
||||
---@param level (string|integer) One of |vim.log.levels|
|
||||
function log.set_level(level)
|
||||
if type(level) == 'string' then
|
||||
current_log_level =
|
||||
|
||||
Reference in New Issue
Block a user