Logging functionality is generally described as crosscutting concern because it affects the entire application, and should be centralized in one location in the code where possible. However, sometimes code that generates log entries and writes to the application logs is scattered throughout code and creates additional noise that distracts from main logic. This extension makes it simpler to follow heavily logged code by lowering opacity of lines matching specified pattern. Default pattern: "Console.Log, Debug., logger., _logger., logging., _logging, log., _log.". Example of dimmed lines starting with logger. prefix: Change default pattern Tools -> Options -> Logging Dimmer |