We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da418dc commit 6100861Copy full SHA for 6100861
2 files changed
simple-coding-time-tracker-0.6.7.vsix
692 KB
src/logger.ts
@@ -50,6 +50,7 @@ export class Logger {
50
Logger.instance.updateLogPath();
51
}
52
53
+
54
55
public static isLoggingEnabled(): boolean {
56
return Logger.enableLogging;
0 commit comments