https://github.com/carina-studio/ulogviewer
Cross-Platform Universal Log Viewer.
https://github.com/carina-studio/ulogviewer
android-development cross-platform csharp customizable dotnet filter git-log linux log logs logs-analysis macos osx ubuntu viewer-analysis viewer-parser windows windows-event-log windows-event-logs
Last synced: 10 days ago
JSON representation
Cross-Platform Universal Log Viewer.
- Host: GitHub
- URL: https://github.com/carina-studio/ulogviewer
- Owner: carina-studio
- License: mit
- Created: 2021-06-07T05:53:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T13:20:34.000Z (10 days ago)
- Last Synced: 2025-04-14T02:16:42.961Z (10 days ago)
- Topics: android-development, cross-platform, csharp, customizable, dotnet, filter, git-log, linux, log, logs, logs-analysis, macos, osx, ubuntu, viewer-analysis, viewer-parser, windows, windows-event-log, windows-event-logs
- Language: C#
- Homepage: https://carina-studio.github.io/ULogViewer/
- Size: 51.4 MB
- Stars: 453
- Watchers: 5
- Forks: 43
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ULogViewer
[](https://github.com/carina-studio/ULogViewer/releases/tag/3.0.13.128)  [](https://github.com/carina-studio/ULogViewer/commits/master) [](https://github.com/carina-studio/ULogViewer/blob/master/LICENSE)ULogViewer is a [.NET](https://dotnet.microsoft.com/) based cross-platform universal log viewer written by C# which supports reading, parsing and analysing various type of logs. Please visit the [Website](https://carinastudio.azurewebsites.net/ULogViewer/) for more details.
ULogViewer 是一個由 C# 撰寫並基於 [.NET](https://dotnet.microsoft.com/) 的跨平台通用日誌檢視器,支援多種形式之日誌讀取、解析與分析。請參閱 [網站](https://carinastudio.azurewebsites.net/ULogViewer/) 以取得更多資訊。
## 📥 Download
### 4.1.3.111
[](https://github.com/carina-studio/ULogViewer/releases/download/4.1.3.111/ULogViewer-4.1.3.111-win-x64.zip)
[](https://github.com/carina-studio/ULogViewer/releases/download/4.1.3.111/ULogViewer-4.1.3.111-win-arm64.zip)
[](https://github.com/carina-studio/ULogViewer/releases/download/4.1.3.111/ULogViewer-4.1.3.111-win-x86.zip)[-blueviolet?style=flat-square&logo=apple&logoColor=fff)](https://github.com/carina-studio/ULogViewer/releases/download/4.1.3.111/ULogViewer-4.1.3.111-osx-arm64.zip)
[](https://github.com/carina-studio/ULogViewer/releases/download/4.1.3.111/ULogViewer-4.1.3.111-osx-x64.zip)[](https://github.com/carina-studio/ULogViewer/releases/download/4.1.3.111/ULogViewer-4.1.3.111-linux-x64.zip)
[](https://github.com/carina-studio/ULogViewer/releases/download/4.1.3.111/ULogViewer-4.1.3.111-linux-arm64.zip)## 📣 What's Change in 4.1
- Support setting text filter as ```exclusionary``` to filter logs **without** text matched by the pattern.
- Support formatting [CLEF](https://clef-json.org/) data when reading raw logs through ```Standard output (stdout)```, ```File``` and ```HTTP```.
- Add ```CLEF Files``` built-in log profile.
- Support specifying default log level in case of value of raw log level cannot be mapped or not presented.
- Add ```Error```, ```Exception``` and ```Warning``` log properties.
- Use different colors for different log levels.
- Add more icons for log profile.[Know more about](https://carinastudio.azurewebsites.net/ULogViewer/ChangeList#StableChangeList)
## 🤝 Dependencies
- [.NET](https://dotnet.microsoft.com/)
- [AppBase](https://github.com/carina-studio/AppBase)
- [AppSuiteBase](https://github.com/carina-studio/AppSuiteBase)
- [Avalonia](https://github.com/AvaloniaUI/Avalonia)
- [AvaloniaEdit](https://github.com/AvaloniaUI/AvaloniaEdit)
- [Avalonia XAML Behaviors](https://github.com/wieslawsoltes/AvaloniaBehaviors)
- [evtx](https://github.com/EricZimmerman/evtx)
- [IronPython 3](https://github.com/IronLanguages/ironpython3)
- [Jint](https://github.com/sebastienros/jint)
- [LiveCharts2](https://github.com/beto-rodriguez/LiveCharts2)
- [MySqlConnector](https://github.com/mysql-net/MySqlConnector)
- [NLog](https://github.com/NLog/NLog)
- [NUnit](https://github.com/nunit/nunit)
- [Roslyn](https://github.com/dotnet/roslyn)
- [System.Data.SQLite](https://system.data.sqlite.org/)