Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>AtgOutColorizeNew to Visual Studio Code? Get it now.
AtgOutColorize

AtgOutColorize

DevElo Studios

|
697 installs
| (0) | Free
Colorize the log files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AtgOutColorize

Sample Colorized Log File (file.out) Screenshot

Language support to colorize .out files from ATG servers.

Features

New tokens with textMate to color the logs.

Extension Settings

Release Notes

1.0.0

Initial release of language support and grammar.


The following configuration needs to be added to the settings.json file:

"editor.tokenColorCustomizations": {
    "textMateRules": [
        {
            "scope": "source.out",
            "settings": {
                "foreground": "#F9F18F"
            }
        },
        {
            "scope": "debug.source.out",
            "settings": {
                "foreground": "#F8F8F2"
            }
        },
        {
            "scope": "info.weblogic.out",
            "settings": {
                "foreground": "#13C60D"
            }
        },
        {
            "scope": "notice.weblogic.out",
            "settings": {
                "foreground": "#13C60D"
            }
        },
        {
            "scope": "error.source.out",
            "settings": {
                "foreground": "#E74856"
            }
        },
        {
            "scope": "critical.weblogic.out",
            "settings": {
                "foreground": "#E74856"
            }
        },
        {
            "scope": "info.source.out",
            "settings": {
                "foreground": "#13C60D"
            }
        },
        {
            "scope": "trace.source.out",
            "settings": {
                "foreground": "#FD971F"
            }
        },
        {
            "scope": "warning.source.out",
            "settings": {
                "foreground": "#61D6D6"
            }
        },
        {
            "scope": "warning.weblogic.out",
            "settings": {
                "foreground": "#61D6D6"
            }
        }
    ]
}

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft