microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 68 forks source link

Replace outputChannel.appendLog with appropriate log method #2253

Open JasonYeMSFT opened 6 months ago

JasonYeMSFT commented 6 months ago

Existing outputChannel.appendLog() is almost equivalent to info(). We should call the appropriate method (e.g. info(), debug(), error(), etc.) so that users can use the VSCode Log Level to customize what messages to be written to the output channel.