Rename LSPSupport -> LSPLogging to reflect reduced scope

Ideally we can someday migrate this to something more standard such as
swift-log, and make it explicit how to control logging for the JSONRPC
module.
This commit is contained in:
Ben Langmuir
2019-11-19 11:08:31 -08:00
parent 10ae122f17
commit 775e198f77
22 changed files with 25 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ import BuildServerProtocol
import Foundation
import LanguageServerProtocol
import LanguageServerProtocolJSONRPC
import LSPSupport
import LSPLogging
import SKSupport
import TSCBasic