mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
add additional logging around github auth
This commit is contained in:
@@ -24,6 +24,10 @@ class Log {
|
||||
return data.toString();
|
||||
}
|
||||
|
||||
public trace(message: string, data?: any): void {
|
||||
this.logLevel('Trace', message, data);
|
||||
}
|
||||
|
||||
public info(message: string, data?: any): void {
|
||||
this.logLevel('Info', message, data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user