To view Error Log of Eclipse follow the below steps,
- Go to: Window > Show View > Others...,
- Now in "type text filer" searh for "Error Log",
- Click on Open and you should see the error log tab.

Under the Error log tab you should be able to see filters such as:
- Message: Displays the short description of the error/warning/info
- Plugin-in: Name of the plugin that the message is displayed for,
- Date: Date and Time on which the error was displayed.
The logs can be sorted based on Message, Plug-in ID, or Date in either ascending or descending order by clicking on the column headers.
The logs can also be grouped based on Session or Plugin ID.

You can make use of the log filters option to display only specific event types: OK, Information, Warning, or Error. The number of visible events can also be changed - the default is 50. The maximum size of logs is 1 MB by default - this can be changed here as well.
Error Events can further be filtered based on "All events" or "Most recent events". One can also add filters to hide stack trace elements by adding them using the Add button.
See more details Eclipse Error Log Event
When you double click on any event message - you would see a pop-up that displays more details for the error log as below.

- Plugin: Name of the eclipse plugin
- Severity: Event Severity - Info/Warning/Error
- Date: Date and Time of the Event.
- Message: Detailed summary fo the event.
- Exception Stack Trace: Displayed if there is (Java) stack trace related to the event.
- Session Data: data related to the session.
Example:eclipse.buildId=4.19.0.I20210303-1800 java.version=15.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US Framework arguments: -product org.eclipse.epp.package.java.product -keyring /Users/code2care/.eclipse_keyring Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.java.product -keyring /Users/code2care/.eclipse_keyring
How to export Eclipse Error Log?
Error log can be exported by right-clicking on an event and selecting the option Export Log... by default the log will be saved with a .log extension.
How to copy the Eclipse Error Log?
Error log can be copied by simply right-clicking on the event message and selecting the option Copy. The log details will be copied to the clipboard.
Have Questions? Post them here!
- How to display hidden files in Eclipse (dot prefixed files)
- Convert existing code project into a git project using Eclipse
- How to enable line numbers in Eclipse IDE
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater
- Enable Spellcheck in eclipse workspace
- How to create a Git Project in Eclipse (Step-by-step)
- [Solution] Spring Tool Suite (STS) support for JSP (JAVA EE)
- How to Remove All Terminated Console tabs at once in Eclipse
- Eclipse Java: Multiple markers at this line error
- Compare Current and Previous Versions of Same File (Local History) in Eclipse
- Eclipse : Workspace was written with an older version of the product and will be updated
- How to Save Eclipse console logs in external log file
- Fix: Eclipse Cant Connect to any repository not Authorized Error GitHub
- How to remove unwanted Java imports in IntelliJ (alternative of eclipse Ctrl + Shift + O)
- How to Configure GitHub with Eclipse IDE in 2023
- How to use Content Assist in Eclipse IDE
- Enable Eclipse dark mode
- Fix: Eclipse Connection time out: github.com
- Java was started but returned exit code=13 [Eclipse]
- Java Decompiler Eclipse Plugin
- Add imports in eclipse shortcut key combinations
- Syntax error, parameterized types are only available if source level is 1.5 or greater [Java]
- [Eclipse] Enable or Disable print margin line
- Eclipse Error The JVM Shared Library JavaVirtualMachines does not contain the JNI_CreateJavaVM symbol
- How to reset Eclipse IDE Code Font
- Program 2: Print your name using print() function - 1000+ Python Programs - Python-Programs
- How to Display content of a file in Terminal Screen? - Linux
- [Eclipse] Locate Preferences in macOS - MacOS
- Difference between rustc and cargo build commands - Rust
- Java 8: Find the Max value in a List - Java
- Python: How to add Progress Bar in Console with Examples - Python
- Find Java JRE Installation location Mac OS X - Mac-OS-X
- Mac: Change Screenshot Location - MacOS