Quick-Start

.log IntelliJ Plugin adds syntax highlighting and navigation features for log files viewed in JetBrains IDEs. Similar to how source code files are treated.

View

Open log files by either:

  • Drag & Drop
  • File Open Action: Find Action (⌘+⇧+A | Ctrl+⇧+A) → Open…
    • or Menu: FileOpen…

If the viewed file is not recognized as a .log file, configure file type association:

  1. Find Action (⌘+⇧+A | Ctrl+⇧+A) → Search: File Types
    1. or Settings (⌘+, | Ctrl+Alt+S) → File Types
  2. under Recognized File TypesLogs : add file name patterns
  • Open hyperlinks in log files with ⌘+B | Ctrl+B or click
    • Hyperlinks supported for File paths, URIs/URLs and project resources. Note: hyperlink navigation from log categories and stack traces - currently supported for Java/JVM only.
  • Prev/Next problem navigation: F2/⌘+F2 | ⇧+F2
    • View all problems in Problems tool window: ⌘+6 | Alt+6

Install

  • On IDEA menu: Settings (⌘+, | Ctrl+Alt+S) → PluginsMarketplace → Search: .logInstall
  • There’s a 30 Days free trial period. .log plugin license is available for purchase on JetBrains .log purchase page

Updated: