microsoft/vscode-chrome-debug-core#355 tries to clean script contents from logged messages, and it's a very awkward hack via patching a method on Logger. We should provide a nice way for consumers to customize the output.
We can add protected methods to the LoggingDebugSession that format log messages, so they can be overridden.