Select a variable and convert it to the logger.info message by clicking ctrl+alt+shift+i and on mac ctrl+shift+i
Select a variable and convert it to the logger.warn message by clicking ctrl+alt+shift+w and on mac ctrl+shift+w
Select a variable and convert it to the logger.error message by clicking ctrl+alt+shift+y and on mac ctrl+shift+y
Select a variable and convert it to the console.log message by clicking ctrl+alt+shift+l and on mac ctrl+shift+l
Comment all the logs including logger logs and console logs by clicking alt+shift+c and on mac alt+shift+c
Uncomment all the logs including logger logs and console logs by clicking alt+shift+u and on mac alt+shift+u
Delete all the logs including logger logs and console logs by clicking alt+shift+d and on mac alt+shift+d
-
loggerLogs.wrapLogMessage : Determine if the log message should be wrapped or not.
-
loggerLogs.logMessagePrefix : The prefix of the log message.
-
loggerLogs.addSemicolonInTheEnd : Whether to add or not a semicolon in the end of the log message.
-
loggerLogs.insertEnclosingClass : Whether to insert or not the enclosing class of the selected variable in the log message.
-
loggerLogs.insertEnclosingFunction : Whether to insert or not the enclosing function of the selected variable in the log message.
-
loggerLogs.quote : Double quotes, single quotes or backtick
-
loggerLogs.loggerName : The name/type of the logger variable.
-
loggerLogs.logMessageEvent : Event for the log statement, which is used production, such as 'LOG', 'EXCEPTION', 'FUNCENTRY', 'FUNCEXIT' etc. This is totally user defined value.
https://github.com/SGoodchild93/turbo-Logger-log