Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LogExpert [![Build status](https://ci.appveyor.com/api/projects/status/hxwxyyxy81l4tee8/branch/master?svg=true)](https://ci.appveyor.com/project/Zarunbal/logexpert/branch/master)

Clone from https://logexpert.codeplex.com/
This is a clone from (no longer exists) https://logexpert.codeplex.com/

# Overview
LogExpert is a Windows tail program (a GUI replacement for the Unix tail command).
Expand All @@ -21,6 +21,7 @@ Summary of (most) features:
* Plugin API for more log file data sources
* Automatical determine columnizer with given file name and content (Experimental)
* Serilog.Formatting.Compact format support (Experimental)
* Portable (all options / settings saved in application startup directory)

# Download
Follow the [Link](https://github.com/zarunbal/LogExpert/releases/latest) and download the latest package. Just extract it where you want and execute the application or download the Setup and install it
Expand Down Expand Up @@ -56,3 +57,16 @@ Nuke.build Requirements
Please checkout the wiki for FAQ / HELP / Informations / Examples

https://github.com/zarunbal/LogExpert/wiki

# Discord Server
https://discord.gg/SjxkuckRe9

## Credits
### Contributors

This project exists thanks to all the people who contribute.
<a href="https://github.com/zarunbal/LogExpert/graphs/contributors">
<img src="https://contrib.rocks/image?repo=zarunbal/LogExpert" />
</a>

Made with [contrib.rocks](https://contrib.rocks).
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="GitVersion.Core" Version="5.9.0" />
<PackageReference Include="NuGet.CommandLine" Version="6.0.0">
<PackageReference Include="NuGet.CommandLine" Version="6.2.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down