refactor(net): parameterize transport logging #40022

This commit is contained in:
Yi Ming
2026-06-02 20:41:36 +08:00
committed by GitHub
parent dcf36e613b
commit a7408beae3
3 changed files with 14 additions and 9 deletions

View File

@@ -37,6 +37,8 @@ local log = vim.log.new({
name = 'LSP',
})
M._self = log
--- Returns the log filename.
---@return string log filename
function M.get_filename()