mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Add timestamps to azdata output channel output (#12530)
This commit is contained in:
@@ -13,7 +13,7 @@ export class Log {
|
||||
}
|
||||
|
||||
log(msg: string): void {
|
||||
this._output.appendLine(msg);
|
||||
this._output.appendLine(`[${new Date().toISOString()}] ${msg}`);
|
||||
}
|
||||
|
||||
show(): void {
|
||||
|
||||
Reference in New Issue
Block a user