mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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 {
|
log(msg: string): void {
|
||||||
this._output.appendLine(msg);
|
this._output.appendLine(`[${new Date().toISOString()}] ${msg}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
show(): void {
|
show(): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user