@@ -16,22 +16,22 @@ searching and detailed inspection of each event.
1616
1717## Features
1818
19- Windows Event Log support:
19+ Windows Event Log support:
2020
2121- ** Application logs**
2222- ** System logs**
2323- ** Security logs (requires UAC elevation — handled automatically)**
2424** Logs are exported directly using Get-WinEvent from PowerShell.**
2525
26- Clean and responsive UI (JavaFX 25):
26+ Clean and responsive UI (JavaFX 25):
2727
2828- ** Fast event table**
2929- ** Click any entry to show full details in a popup**
3030- ** Auto-wrapping long messages**
3131- ** Dynamic resizing**
3232- ** Smooth loading screen with a background task**
3333
34- Filtering & Advanced Search
34+ Filtering & Advanced Search
3535
3636- ** Real-time search bar**
3737- ** Input sanitization for safe searching**
@@ -40,15 +40,15 @@ searching and detailed inspection of each event.
4040
4141## Why this app exists
4242
43- Windows Event Viewer is:
43+ Windows Event Viewer is:
4444
4545- ** slow**
4646- ** unintuitive**
4747- ** bad at displaying long messages**
4848- ** difficult to filter**
4949- ** prone to freezing**
5050
51- System Log Analyzer offers:
51+ System Log Analyzer offers:
5252
5353- ** fast CSV export**
5454- ** instant searching**
@@ -57,7 +57,7 @@ searching and detailed inspection of each event.
5757- ** responsive UI**
5858- ** predictable performance**
5959
60- Perfect for:
60+ Perfect for:
6161
6262- ** system administrators**
6363- ** support engineers**
@@ -77,15 +77,15 @@ searching and detailed inspection of each event.
7777 The backend (Spring Core) is embedded inside the JavaFX application and
7878 initialized manually during startup — ensuring full control over application flow.
7979
80- 📦 Distribution (EXE version)
80+ ## 📦 Distribution (EXE version)
8181 A standalone EXE build using Launch4j (with bundled JRE) will be released soon.
8282
83- Final structure:
83+ Final structure:
8484- ** System_Log_Analyzer.exe**
8585- ** /lib** (all required libraries)
8686- ** /jre** (bundled JRE 25)
8787
88- (No Java installation needed!)
88+ (No Java installation needed!)
8989
9090
9191 📝 License
0 commit comments