Downloads:
50,311
Downloads of v 1.20.0:
119
Last Update:
06 Jul 2025
Package Maintainer(s):
Software Author(s):
- Zarunbal
- Hagen Raab
- Hirogen
- RandallFlagg and others
Tags:
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
LogExpert
- 1
- 2
- 3
1.20.0 | Updated: 06 Jul 2025
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
50,311
Downloads of v 1.20.0:
119
Software Author(s):
- Zarunbal
- Hagen Raab
- Hirogen
- RandallFlagg and others
LogExpert 1.20.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Zarunbal, Hagen Raab, Hirogen, RandallFlagg and others. The inclusion of Zarunbal, Hagen Raab, Hirogen, RandallFlagg and others trademark(s), if any, upon this webpage is solely to identify Zarunbal, Hagen Raab, Hirogen, RandallFlagg and others goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install LogExpert, run the following command from the command line or from PowerShell:
To upgrade LogExpert, run the following command from the command line or from PowerShell:
To uninstall LogExpert, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download logexpert --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade logexpert -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade logexpert -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install logexpert
win_chocolatey:
name: logexpert
version: '1.20.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'logexpert' do
action :install
source 'INTERNAL REPO URL'
version '1.20.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller logexpert
{
Name = "logexpert"
Version = "1.20.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'logexpert':
ensure => '1.20.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 06 Jul 2025.
LogExpert is a Windows tail program (a GUI replacement for the Unix tail command).
Summary of (most) features:
Tail mode
MDI-Interface with Tabs
Search function (including RegEx)
Bookmarks
A very flexible filter view and possibility to filter to tab
Highlighting lines via search criteria
Triggers (e.g. create Bookmark or execute a plugin) via search criteria
Columnizers: Plugins which split log lines into columns
Unicode support
log4j XML file support
3rd party plugin support
Plugin API for more log file data sources
From bennewcomb:
[** FOR Chocolatey ONLY **]
I've found this to be a worthy and necessary tool job after job, computer after computer. Is it bug-hunting season? This is a low investment-high return application that, if added to your stack, will enhance application debugging with minimal time and effort. You can watch multiple files at once and determine quickly when each is updated, optionally tailing them all so you can watch the logging output as it's being written. You can also set editor formatting rules to decorate useful sections to visually separate groups of text while reviewing the file, and even have it stop when it finds something of interest. This tool saves me time and helps me highlight certain files in the forest of log file statements for easier visibility and faster identification of relevant log lines. A tail program, if you're not a superuser or sysadmin, is software that appears to continually scroll to the bottom of any file you load, making the newest updates immediately visible on the screen withing requiring you to refresh the file.Installation Directory: $(Split-Path -parent $MyInvocation.MyCommand.Definition)
On my computer, it lands in {chocolatey}\lib\logexpert.1.20.0
$ErrorActionPreference = 'Stop'
$applicationName = "LogExpert"
# remove start menu shortcut
Remove-Item "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\$applicationName.lnk"
# remote context menu entry
Remove-Item -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\$applicationName" -Recurse
md5: 606CD102A56DC6C14608A65A86F6B150 | sha1: 4617B782185E97B6FBC7CD9E28A30A4522884DA9 | sha256: FEDD7B068C34C38B76F74C725DDB1EFA0D5173E874618EB009141E17CA443904 | sha512: BBB27CE634592817F2E229AF8DB47A3059E743DA7D32D9DDC5547ACCF57AAEB0C36FBBFB14130F9A7ACF688A0D2231F7B288FF7EA63B0E39BE92ABB9CF4EEDE2
//generated with https://github.com/sensslen/nuget-license
[
{
"PackageId": "chocolatey",
"PackageVersion": "2.4.3",
"PackageProjectUrl": "https://github.com/chocolatey/choco",
"Copyright": "Copyright \u00A9 2017 - 2025 Chocolatey Software, Inc. Copyright \u00A9 2011 - 2017, RealDimensions Software, LLC - All Rights Reserved.",
"Authors": "Chocolatey Software, Inc",
"License": "https://raw.githubusercontent.com/chocolatey/choco/master/LICENSE",
"LicenseUrl": "https://raw.githubusercontent.com/chocolatey/choco/master/LICENSE",
"LicenseInformationOrigin": 1
},
{
"PackageId": "CsvHelper",
"PackageVersion": "33.0.1",
"PackageProjectUrl": "https://joshclose.github.io/CsvHelper/",
"Copyright": "Copyright \u00A9 2009-2024 Josh Close",
"Authors": "Josh Close",
"License": "MS-PL OR Apache-2.0",
"LicenseUrl": "https://licenses.nuget.org/MS-PL%20OR%20Apache-2.0",
"LicenseInformationOrigin": 0
},
{
"PackageId": "DockPanelSuite",
"PackageVersion": "3.1.1",
"PackageProjectUrl": "http://dockpanelsuite.com/",
"Copyright": "(C) 2007-2020 Weifen Luo and other contributors",
"Authors": "Weifen Luo and other contributors",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "DockPanelSuite.ThemeVS2015",
"PackageVersion": "3.1.1",
"PackageProjectUrl": "http://dockpanelsuite.com/",
"Copyright": "(C) 2007-2020 Weifen Luo and other contributors",
"Authors": "Weifen Luo and other contributors",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "GitVersion.Core",
"PackageVersion": "6.1.0",
"PackageProjectUrl": "https://github.com/GitTools/GitVersion",
"Copyright": "Copyright GitTools 2024.",
"Authors": "GitTools and Contributors",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "Google.Protobuf",
"PackageVersion": "3.30.2",
"PackageProjectUrl": "https://github.com/protocolbuffers/protobuf",
"Copyright": "Copyright 2015, Google Inc.",
"Authors": "Google Inc.",
"License": "BSD-3-Clause",
"LicenseUrl": "https://licenses.nuget.org/BSD-3-Clause",
"LicenseInformationOrigin": 0
},
{
"PackageId": "Grpc.AspNetCore",
"PackageVersion": "2.70.0",
"PackageProjectUrl": "https://github.com/grpc/grpc-dotnet",
"Copyright": "Copyright 2019 The gRPC Authors",
"Authors": "The gRPC Authors",
"License": "Apache-2.0",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseInformationOrigin": 0
},
{
"PackageId": "Grpc.Core",
"PackageVersion": "2.46.6",
"PackageProjectUrl": "https://github.com/grpc/grpc",
"Copyright": "Copyright 2015 The gRPC Authors",
"Authors": "The gRPC Authors",
"License": "Apache-2.0",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseInformationOrigin": 0
},
{
"PackageId": "Grpc.Tools",
"PackageVersion": "2.71.0",
"PackageProjectUrl": "https://github.com/grpc/grpc",
"Copyright": "Copyright 2018 The gRPC Authors",
"Authors": "The gRPC Authors",
"License": "Apache-2.0",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseInformationOrigin": 0
},
{
"PackageId": "Microsoft.CSharp",
"PackageVersion": "4.7.0",
"PackageProjectUrl": "https://github.com/dotnet/corefx",
"Copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
"Authors": "Microsoft",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "Microsoft.NET.Test.Sdk",
"PackageVersion": "17.13.0",
"PackageProjectUrl": "https://github.com/microsoft/vstest",
"Copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
"Authors": "Microsoft",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "Moq",
"PackageVersion": "4.20.72",
"PackageProjectUrl": "https://github.com/moq/moq",
"Copyright": "Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. All rights reserved.",
"Authors": "Daniel Cazzulino, kzu",
"License": "BSD-3-Clause",
"LicenseUrl": "https://licenses.nuget.org/BSD-3-Clause",
"LicenseInformationOrigin": 0
},
{
"PackageId": "Newtonsoft.Json",
"PackageVersion": "13.0.3",
"PackageProjectUrl": "https://www.newtonsoft.com/json",
"Copyright": "Copyright \u00A9 James Newton-King 2008",
"Authors": "James Newton-King",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "NLog",
"PackageVersion": "5.4.0",
"PackageProjectUrl": "https://nlog-project.org/",
"Copyright": "Copyright (c) 2004-2025 NLog Project - https://nlog-project.org/",
"Authors": "Jarek Kowalski,Kim Christensen,Julian Verdurmen",
"License": "BSD-3-Clause",
"LicenseUrl": "https://licenses.nuget.org/BSD-3-Clause",
"LicenseInformationOrigin": 0
},
{
"PackageId": "NuGet.CommandLine",
"PackageVersion": "6.13.2",
"PackageProjectUrl": "https://aka.ms/nugetprj",
"Copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
"Authors": "Microsoft",
"License": "Apache-2.0",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseInformationOrigin": 0
},
{
"PackageId": "Nuke.Common",
"PackageVersion": "9.0.4",
"PackageProjectUrl": "https://nuke.build/",
"Copyright": "Copyright 2025 Maintainers of NUKE",
"Authors": "Matthias Koch and contributors",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "Nuke.GitHub",
"PackageVersion": "7.0.0",
"PackageProjectUrl": "https://github.com/GeorgDangl/Nuke.GitHub",
"Copyright": "(c) 2024 Georg Dangl",
"Authors": "Georg Dangl",
"ValidationErrors": [
{
"Error": "No license information found",
"Context": "D:\\Hiro\\GitHub\\LogExpert\\build\\_build.csproj"
}
],
"LicenseInformationOrigin": 2
},
{
"PackageId": "NUnit",
"PackageVersion": "4.3.2",
"PackageProjectUrl": "https://nunit.org/",
"Copyright": "Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License.",
"Authors": "Charlie Poole, Rob Prouse",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "NUnit.ConsoleRunner",
"PackageVersion": "3.19.2",
"PackageProjectUrl": "https://nunit.org/",
"Copyright": "Copyright (c) 2021 Charlie Poole, Rob Prouse",
"Authors": "Charlie Poole, Rob Prouse",
"ValidationErrors": [
{
"Error": "Validation for licenses of type File not yet supported",
"Context": "D:\\Hiro\\GitHub\\LogExpert\\build\\_build.csproj"
}
],
"LicenseUrl": "https://aka.ms/deprecateLicenseUrl",
"LicenseInformationOrigin": 2
},
{
"PackageId": "NUnit3TestAdapter",
"PackageVersion": "5.0.0",
"PackageProjectUrl": "https://docs.nunit.org/articles/vs-test-adapter/Index.html",
"Copyright": "Copyright (c) 2011-2021 Charlie Poole, 2014-2025 Terje Sandstrom",
"Authors": "Charlie Poole, Terje Sandstrom",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "SSH.NET",
"PackageVersion": "2024.2.0",
"Copyright": "Copyright \u00A9 Renci 2010-2024",
"Authors": "Renci",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "System.Data.DataSetExtensions",
"PackageVersion": "4.5.0",
"PackageProjectUrl": "https://dot.net/",
"Copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
"Authors": "Microsoft",
"License": "MIT",
"LicenseUrl": "https://github.com/dotnet/corefx/blob/master/LICENSE.TXT",
"LicenseInformationOrigin": 1
},
{
"PackageId": "System.Drawing.Common",
"PackageVersion": "9.0.3",
"PackageProjectUrl": "https://github.com/dotnet/winforms",
"Copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
"Authors": "Microsoft",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "System.Resources.Extensions",
"PackageVersion": "9.0.3",
"PackageProjectUrl": "https://dot.net/",
"Copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
"Authors": "Microsoft",
"License": "MIT",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseInformationOrigin": 0
},
{
"PackageId": "System.Text.Encoding",
"PackageVersion": "4.3.0",
"PackageProjectUrl": "https://dot.net/",
"Copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
"Authors": "Microsoft",
"License": "http://go.microsoft.com/fwlink/?LinkId=329770",
"LicenseUrl": "http://go.microsoft.com/fwlink/?LinkId=329770",
"LicenseInformationOrigin": 1
}
]
From: https://cdn.rawgit.com/zarunbal/LogExpert/v1.20.0/LICENSE
LICENSE
MIT License
Original work Copyright (c) 2011 Hagen Raab
Modified work Copyright (c) 2017 Zarunbal
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
md5: 2589878DF4178D4257DDF1CA991E6871 | sha1: 9E0C655CCBEE16A615E992CA371A6B161D40CF45 | sha256: 95766539A355CB7EE91F2A9D23FAAEB068C3181367F3DBFBC8D3360D426CA673 | sha512: 56F2CDBECF1937F48F82693C7B314962BC78EF92795277A6CB9FD7B9A2422C27A8929C5157211E7C0917EC63DA92B9E2DCDDAED0720D81EC4D11C5C2004E5D71
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"LogExpert/1.20.0.0": {
"dependencies": {
"ColumnizerLib": "1.20.0",
"LogExpert.PluginRegistry": "1.20.0",
"LogExpert.UI": "1.20.0",
"NLog": "6.0.0",
"Newtonsoft.Json": "13.0.3"
},
"runtime": {
"LogExpert.dll": {}
}
},
"DockPanelSuite/3.1.1": {
"runtime": {
"lib/netcoreapp3.1/WeifenLuo.WinFormsUI.Docking.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "3.1.1.0"
}
}
},
"DockPanelSuite.ThemeVS2015/3.1.1": {
"dependencies": {
"DockPanelSuite": "3.1.1"
},
"runtime": {
"lib/netcoreapp3.1/WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "3.1.1.0"
}
}
},
"Microsoft.Win32.SystemEvents/9.0.6": {
"runtime": {
"lib/net8.0/Microsoft.Win32.SystemEvents.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.625.26613"
}
},
"runtimeTargets": {
"runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.625.26613"
}
}
},
"Newtonsoft.Json/13.0.3": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.3.27908"
}
}
},
"NLog/6.0.0": {
"runtime": {
"lib/netstandard2.1/NLog.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.0.4146"
}
}
},
"System.Collections.Immutable/9.0.6": {
"runtime": {
"lib/net8.0/System.Collections.Immutable.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.625.26613"
}
}
},
"System.Drawing.Common/9.0.6": {
"dependencies": {
"Microsoft.Win32.SystemEvents": "9.0.6"
},
"runtime": {
"lib/net8.0/System.Drawing.Common.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.625.26605"
},
"lib/net8.0/System.Private.Windows.Core.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.625.26605"
}
}
},
"System.Formats.Nrbf/9.0.6": {
"dependencies": {
"System.Reflection.Metadata": "9.0.6"
},
"runtime": {
"lib/net8.0/System.Formats.Nrbf.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.625.26613"
}
}
},
"System.Reflection.Metadata/9.0.6": {
"dependencies": {
"System.Collections.Immutable": "9.0.6"
},
"runtime": {
"lib/net8.0/System.Reflection.Metadata.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.625.26613"
}
}
},
"System.Resources.Extensions/9.0.6": {
"dependencies": {
"System.Formats.Nrbf": "9.0.6"
},
"runtime": {
"lib/net8.0/System.Resources.Extensions.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.625.26613"
}
}
},
"ColumnizerLib/1.20.0": {
"runtime": {
"ColumnizerLib.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
},
"LogExpert.Core/1.20.0": {
"dependencies": {
"ColumnizerLib": "1.20.0",
"NLog": "6.0.0",
"Newtonsoft.Json": "13.0.3",
"System.Drawing.Common": "9.0.6"
},
"runtime": {
"LogExpert.Core.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
},
"LogExpert.PluginRegistry/1.20.0": {
"dependencies": {
"LogExpert.Core": "1.20.0",
"NLog": "6.0.0"
},
"runtime": {
"LogExpert.PluginRegistry.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
},
"LogExpert.Resources/1.20.0": {
"dependencies": {
"System.Drawing.Common": "9.0.6",
"System.Resources.Extensions": "9.0.6"
},
"runtime": {
"LogExpert.Resources.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
},
"LogExpert.UI/1.20.0": {
"dependencies": {
"DockPanelSuite.ThemeVS2015": "3.1.1",
"LogExpert.Core": "1.20.0",
"LogExpert.PluginRegistry": "1.20.0",
"LogExpert.Resources": "1.20.0"
},
"runtime": {
"LogExpert.UI.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
}
}
},
"libraries": {
"LogExpert/1.20.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DockPanelSuite/3.1.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-goYuIMrAHyzPfwqqW5MHXk9mWVI4oyILqC1TRlNS0pzXY7ku/fxoY1j0JuDJnwboqpIxvAatOT9ONrheCMo3/Q==",
"path": "dockpanelsuite/3.1.1",
"hashPath": "dockpanelsuite.3.1.1.nupkg.sha512"
},
"DockPanelSuite.ThemeVS2015/3.1.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5ZrBaRcCoW9FMDmWD5nY5YzGIIBmMHzTMZHs6ScZsEAISfJYKopUPo8e1T+hRKe2aKYVkAfnLAW5lgpKNMvMug==",
"path": "dockpanelsuite.themevs2015/3.1.1",
"hashPath": "dockpanelsuite.themevs2015.3.1.1.nupkg.sha512"
},
"Microsoft.Win32.SystemEvents/9.0.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mUa3Chovao0xQ74j2hUN5kDTn3luY/1e9usJYT0r51cgqfQsgQu5C8Cis9h65SNRbkbBwErfXKlBtHCkMiYa/g==",
"path": "microsoft.win32.systemevents/9.0.6",
"hashPath": "microsoft.win32.systemevents.9.0.6.nupkg.sha512"
},
"Newtonsoft.Json/13.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
"path": "newtonsoft.json/13.0.3",
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
},
"NLog/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3wqlcN80L6OHh0ZTQR/F+eZBeaAZ109XbvCEbtZ/nG5B/S+XzGOxv67RAfMx0YMkHY1aAHyW245k0/OE7J0ZxA==",
"path": "nlog/6.0.0",
"hashPath": "nlog.6.0.0.nupkg.sha512"
},
"System.Collections.Immutable/9.0.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-lqvXJBZ9KtKKffQt9PgHj5aCdm8HGpPOZQgN3sHRN8j2Yjh+KANkdomhv8QybsBk3/YDDG83OdIWcsfQfdRglw==",
"path": "system.collections.immutable/9.0.6",
"hashPath": "system.collections.immutable.9.0.6.nupkg.sha512"
},
"System.Drawing.Common/9.0.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KpPB6e7PYCalslhmq/dVa2tJgCcfUDhEK83j1Eix+BmEcNPP00JJBvFrBT7jGcHLmQzsIA4AthwNFkk+cD3RKA==",
"path": "system.drawing.common/9.0.6",
"hashPath": "system.drawing.common.9.0.6.nupkg.sha512"
},
"System.Formats.Nrbf/9.0.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wbvE4b1C6R7rrx4dT9nMe8N/ezvZe2/v+pTaVYT2lPyzTNpoXxXQ45dN307W08+BW7wZ+OBCLnTWKrurYJgHOg==",
"path": "system.formats.nrbf/9.0.6",
"hashPath": "system.formats.nrbf.9.0.6.nupkg.sha512"
},
"System.Reflection.Metadata/9.0.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-arbJ84A9lkaJMVUc3KCaG29Au8dfK6JceDMB86itqfAfXcSFrFXK1CTiKqfiJHdCz2SydEU6hPsUAewwOap69Q==",
"path": "system.reflection.metadata/9.0.6",
"hashPath": "system.reflection.metadata.9.0.6.nupkg.sha512"
},
"System.Resources.Extensions/9.0.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-415DTH0E+btC8Y0/H7KEQ/c63kYxY7bFTlRsOcz+u8zZOZZk2urhTF2za/aEDPRK2rnNaZZYhaww+vwvGzEp+Q==",
"path": "system.resources.extensions/9.0.6",
"hashPath": "system.resources.extensions.9.0.6.nupkg.sha512"
},
"ColumnizerLib/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"LogExpert.Core/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"LogExpert.PluginRegistry/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"LogExpert.Resources/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"LogExpert.UI/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 5F22F813C8C2C68936EDF23BE7488C5C | sha1: 3EA11094C2B471BAD02482F356C6A5F8406EC419 | sha256: 10D0F493404462B4BD689C6E3C74D8DC5F7E5A6D09856644CE8106F131874C82 | sha512: 0224E5A7C41AF45F9E22E9CA1659EB91D061E8B481AEF009DD5BE65C7398C64664F72524FE0E7CC0268BF32BEFA4A470C1C6DE220655535A476BBFC15C0794E2
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog"/>
</configSections>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2" />
</System.Windows.Forms.ApplicationConfigurationSection>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd" autoReload="true" throwExceptions="false" throwConfigExceptions="false" internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log">
<targets>
<target name="logfile" xsi:type="File" fileName="${specialfolder:folder=ApplicationData}\LogExpert\logs\logexpert.log" layout="${longdate}|${level:uppercase=true}|${logger}|${message}${exception:innerFormat=Type,ToString:${newline}maxInnerExceptionLevel=10:innerExceptionSeparator=-----------------------:format=Message,Type,ToString}" encoding="utf-8" archiveEvery="Day" archiveFileName="${specialfolder:folder=ApplicationData}\LogExpert\logs\Archiv\logexpert{#}.log" archiveDateFormat="yyyyMMdd" maxArchiveFiles="5" createDirs="true"/>
</targets>
<rules>
<logger name="Program" minlevel="Info" writeTo="logfile"/>
<logger name="*" minlevel="Warn" writeTo="logfile"/>
</rules>
</nlog>
<!--Uncomment to run remote dlls in full trust-->
<!--<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>-->
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1"/>
</startup>
</configuration>
md5: A486C89DC9BA004F485EBECC73C64C87 | sha1: 88567B32F1BE8CD6D7F4744DB7A348BDF8C82373 | sha256: 87EB7D15F10403D996BB244492954896317CD2C0946F27920A38822446BEEBF4 | sha512: E263A17EF47909882043241ECE0D008D64AA81A0FB0DB160F70BCA7D0638CC7445243DD27A3DD59E44DD58DF4119F7434AF8DF26EB410C613E3AC0F1F2CF6E90
md5: A8B6894ED08484948221D44BA926C581 | sha1: 0F1630D7D5CDF57618A3E0F430ED4E040F23C6B3 | sha256: D6670DB5D1F45B761BD5540743E9119C45F57FE1284CDC911D2D56BAA0B6234F | sha512: CE49FE3DA40F7F1ECD90EBFA538A67D2AEE2170C5CAB912A56AF58719E9E8A3F26521B70569FFE463C308F710D8899D9669B0F736A77F8E92F3DAE42AD45279E
md5: 0769F681BB043AB7B007345A66B671AD | sha1: 196C2F497B33FC845FBEA4643F8B35B8CCC4DFF3 | sha256: 9CBAD77B7B46C9568F9E93DCA4A6013D03CC87BE625881301A710697BCB7AAC7 | sha512: 354DBB903D74C44C6DA7E0618DEFAD1932A926AE7249934AD555587F3196383686A0BCDD35A57BC1228B76AA399B50DC7B3F187B6FF889C19A275C7C4FC32923
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}
md5: 4CCFC07D3914A468304B877CD82EFFE2 | sha1: 0ED36C6159ACD4E911E6C99749CD442D0D7ED279 | sha256: 427BE5EEC929A5D9A826CB1E8590486D6ACECFD374F6D395F40ECFF3B3E849F2 | sha512: 65251AB11C7FBD761DB3D7C79DCB846810CDF117F2997A170145D71B7A70BC34FBD6A52ED2141191E04030A7E3788D4C073CE288F17F6CE009ABC659D2583996
md5: 7A584502E9E7D7CBE09DC71B5E2ED375 | sha1: BB6C09E6A025094F8DBCAAD84BABB0D35FF04393 | sha256: 0567173AB4DA56052D8B31AEA5B682A4ED25F21C34C3841AEACF6F4C9DA155CD | sha512: B1F14DED7CB6460A655B52192EAB824E5C99F9834C4CA38511C46181F85FE4373ABCE953CA3410B8A2ABDD4469D865B4210A5320A5B5E7C6DE803A7DF3597800
md5: ADF3E3EECDE20B7C9661E9C47106A14A | sha1: F3130F7FD4B414B5AEC04EB87ED800EB84DD2154 | sha256: 22C649F75FCE5BE7C7CCDA8880473B634EF69ECF33F5D1AB8AD892CAF47D5A07 | sha512: 6A644BFD4544950ED2D39190393B716C8314F551488380EC8BD35B5062AA143342DFD145E92E3B6B81E80285CAC108D201B6BBD160CB768DC002C49F4C603C0B
md5: 52B7EFB37622C52EAEA730864B5E7A67 | sha1: FEB640DFA04AD7AE4B84CC9F33CA0841BDC02A3D | sha256: 4A805B89A6B545F182322EBD692C3069549624DA4929E973AB09D59CB3096627 | sha512: 536D65C8D59478260169A88D12F3A6730BE3C7D7337068CBE3553C435E4FAFEED5EFD00475228A1C57B49BF36E41A0DA85B22EF5C33A857293CB37584902FB9D
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"AutoColumnizer/1.20.0.0": {
"dependencies": {
"ColumnizerLib": "1.20.0"
},
"runtime": {
"AutoColumnizer.dll": {}
}
},
"ColumnizerLib/1.20.0": {
"runtime": {
"ColumnizerLib.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
}
}
},
"libraries": {
"AutoColumnizer/1.20.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ColumnizerLib/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 192033BF059BCDE4F7E1D5107FD455A7 | sha1: 5A7B6277BEF3CB17E74CD3B11F6F6464BFAAF330 | sha256: 2FD208CC389BC61FD04DDDB22C86047BF61AA60BBBA7A44DE18CC2029582F03E | sha512: 9328C9F8B13857DB1B61D08FBAF5E033E2600C7C8C8CB276629D9F0D64D009B8B177D12A7BFEC0BD12C65E8072A4E60BF6790B2268C6EFBF4B1656EF24FB260F
md5: EABEE99D4166DCC15EB9BB2144EE8F70 | sha1: 193C52FE50D9BD7D654AD805BD02C0BAE98AD549 | sha256: 5D5CDBA3EBF5FC4564BD47DCDBE747215DF905F192B6893A2A2CAA9369875B39 | sha512: E972AAD2968F8EAC630C45FF312D86A83DD7D2B9176D75605A1E5AE526BBA541E8D01AB396ADF98A50A5163FCFDDAE426414E514770F40A6F528040C8C8F65B1
md5: 606CD102A56DC6C14608A65A86F6B150 | sha1: 4617B782185E97B6FBC7CD9E28A30A4522884DA9 | sha256: FEDD7B068C34C38B76F74C725DDB1EFA0D5173E874618EB009141E17CA443904 | sha512: BBB27CE634592817F2E229AF8DB47A3059E743DA7D32D9DDC5547ACCF57AAEB0C36FBBFB14130F9A7ACF688A0D2231F7B288FF7EA63B0E39BE92ABB9CF4EEDE2
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"CsvColumnizer/1.20.0.0": {
"dependencies": {
"ColumnizerLib": "1.20.0",
"CsvHelper": "33.1.0",
"Newtonsoft.Json": "13.0.3"
},
"runtime": {
"CsvColumnizer.dll": {}
}
},
"CsvHelper/33.1.0": {
"runtime": {
"lib/net8.0/CsvHelper.dll": {
"assemblyVersion": "33.0.0.0",
"fileVersion": "33.1.0.26"
}
}
},
"Newtonsoft.Json/13.0.3": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.3.27908"
}
}
},
"ColumnizerLib/1.20.0": {
"runtime": {
"ColumnizerLib.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
}
}
},
"libraries": {
"CsvColumnizer/1.20.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"CsvHelper/33.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kqfTOZGrn7NarNeXgjh86JcpTHUoeQDMB8t9NVa/ZtlSYiV1rxfRnQ49WaJsob4AiGrbK0XDzpyKkBwai4F8eg==",
"path": "csvhelper/33.1.0",
"hashPath": "csvhelper.33.1.0.nupkg.sha512"
},
"Newtonsoft.Json/13.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
"path": "newtonsoft.json/13.0.3",
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
},
"ColumnizerLib/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 12F889FA24E482874D1F2A8E5AC7A7AE | sha1: C52767971B0F5A3934C625ABF42AD385454D6934 | sha256: 1C2912FA7896CB6D73352094497EA394851486F147974610F2EC5E760DD2E058 | sha512: E128EB0F603CCAAE2C3BB7D0775DA7BE24598C2216E83D2AF384116A9CA8F47BDE70ABFDB2736FA85D0019F979E33138B40D708C60D5DFFE0BF74D80098F66CD
md5: 69F3643E81D59E9D24FBB9523536F2F1 | sha1: 470F26DCD1E72C7B45254AAC02BC717D7A0CD4A4 | sha256: 8964322C777EB7491A0EB218C770C04CDC33914D3439AE0FBED1ADF4678C304B | sha512: 025C47766B75001DFF1A1FE917C89C553C81DAB81EB385C37698945697ADA7CDACD396E97576DEDBD544441AEACB0D9AE7A4A7306191FBDFE10E6A578E9129F4
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"DefaultPlugins/1.20.0.0": {
"dependencies": {
"ColumnizerLib": "1.20.0",
"Newtonsoft.Json": "13.0.3"
},
"runtime": {
"DefaultPlugins.dll": {}
}
},
"Newtonsoft.Json/13.0.3": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.3.27908"
}
}
},
"ColumnizerLib/1.20.0": {
"runtime": {
"ColumnizerLib.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
}
}
},
"libraries": {
"DefaultPlugins/1.20.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Newtonsoft.Json/13.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
"path": "newtonsoft.json/13.0.3",
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
},
"ColumnizerLib/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 0BEC51CB439E43CBF9D5B75604509A41 | sha1: EA55D0EA5BE5D7DC55B8A668108A0ED5B466867A | sha256: 59D924C5F82724498D5259C6F8991634707E13E0FFAE2360E11CA27713FD4884 | sha512: ABF561D9A627C0AB66F283782010410C11B1F6C52E642AA587EDBA8E4271ECD12EC3865DDD2B2661EFE38375B2D179AC78B54A32895DF2352D057C39E30D09BC
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"FlashIconHighlighter/1.20.0.0": {
"dependencies": {
"ColumnizerLib": "1.20.0"
},
"runtime": {
"FlashIconHighlighter.dll": {}
}
},
"ColumnizerLib/1.20.0": {
"runtime": {
"ColumnizerLib.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
}
}
},
"libraries": {
"FlashIconHighlighter/1.20.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ColumnizerLib/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 898300ABEFFAA1870C032C6FCC7AC811 | sha1: 30337C44C57B19FBEC98ECB1F3BFB08F1A53AE7A | sha256: 7F50AA5D155542E36F0AE0932E2D323B69F64E2E0B68EC14FE34110E381E2EC0 | sha512: D2FD88274A6401B3C5021D85AFB166C93B53C89EC69B214A7F957A769E96C6C0845CAD10B373D17ADA7C720B86EF6B33D6FBD19DBB36AB6C654DE52F4CAF66D9
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"GlassfishColumnizer/1.20.0.0": {
"dependencies": {
"ColumnizerLib": "1.20.0"
},
"runtime": {
"GlassfishColumnizer.dll": {}
}
},
"ColumnizerLib/1.20.0": {
"runtime": {
"ColumnizerLib.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
}
}
},
"libraries": {
"GlassfishColumnizer/1.20.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ColumnizerLib/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: A4E8722DD3909B88881D82EDEDF3459D | sha1: 5D9FF65C4CD516575E052E61BBAF74E369F66903 | sha256: E03234DE62C204BC8B2FDFB9046A695EA8F0F0B7468DBCEC2E85D88E48C5DDF8 | sha512: 8C070B6B392232391252FE5222F2EBFD30857C7091F26B250440430B5BF376873FD7AB90DCEE7CCC0B276C76754E6178A5AA54CE31007A19B7A617266CD033F5
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"JsonColumnizer/1.20.0.0": {
"dependencies": {
"ColumnizerLib": "1.20.0",
"Newtonsoft.Json": "13.0.3"
},
"runtime": {
"JsonColumnizer.dll": {}
}
},
"Newtonsoft.Json/13.0.3": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.3.27908"
}
}
},
"ColumnizerLib/1.20.0": {
"runtime": {
"ColumnizerLib.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
}
}
},
"libraries": {
"JsonColumnizer/1.20.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Newtonsoft.Json/13.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
"path": "newtonsoft.json/13.0.3",
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
},
"ColumnizerLib/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 1E0D8235F05D0278D2DC9B542528B6A9 | sha1: A709BB6B766AE5C52D61D1FDC829F008B9A72627 | sha256: 740FB2FD7F8A47EB0991F0678E0A3C84FF2552BFC7C58A576E34B4E37FF2B564 | sha512: AF2632A28AA3B79D2420EAF29774E11B1C5A35227BF36E137A3919AEDB08B8ECAFCEFFFBC293F20CF1557EB0F0EFA26971F8BF56BBFD047207E52058DBA4FEBB
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"JsonCompactColumnizer/1.20.0.0": {
"dependencies": {
"ColumnizerLib": "1.20.0",
"JsonColumnizer": "1.20.0",
"Newtonsoft.Json": "13.0.3"
},
"runtime": {
"JsonCompactColumnizer.dll": {}
}
},
"Newtonsoft.Json/13.0.3": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.3.27908"
}
}
},
"ColumnizerLib/1.20.0": {
"runtime": {
"ColumnizerLib.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
},
"JsonColumnizer/1.20.0": {
"dependencies": {
"ColumnizerLib": "1.20.0",
"Newtonsoft.Json": "13.0.3"
},
"runtime": {
"JsonColumnizer.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
}
}
},
"libraries": {
"JsonCompactColumnizer/1.20.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Newtonsoft.Json/13.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
"path": "newtonsoft.json/13.0.3",
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
},
"ColumnizerLib/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"JsonColumnizer/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 7DB85FB9C8D523AB32996AE9379E5D44 | sha1: 1ECDF07F0CBB7B671605B114D7EB1754A3F12378 | sha256: B8207367E9A5A55620992F0AC30A57074560300FD170CB759E52946C2630A013 | sha512: B49D40BA72255E215AB0AAF8590582234E6EC94C7A548BA543DD75695743FE491EA57A56991C2473657A0F259AC576516F7D46F49C853FBC1DCDB6302B216660
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"Log4jXmlColumnizer/1.20.0.0": {
"dependencies": {
"ColumnizerLib": "1.20.0",
"Newtonsoft.Json": "13.0.3"
},
"runtime": {
"Log4jXmlColumnizer.dll": {}
}
},
"Newtonsoft.Json/13.0.3": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.3.27908"
}
}
},
"ColumnizerLib/1.20.0": {
"runtime": {
"ColumnizerLib.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
}
}
},
"libraries": {
"Log4jXmlColumnizer/1.20.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Newtonsoft.Json/13.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
"path": "newtonsoft.json/13.0.3",
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
},
"ColumnizerLib/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 6F57610886650C3D12B08003EA4A0FAC | sha1: 10135650F23EE771339422B041EC5C8784E73098 | sha256: 1D1C019ABF9430083D6FEB014B3D4C8FFC0354F3546E1DB0AC7FB73E0ABB9725 | sha512: E14F3760BCE9E380B5F515F0285FF6BC44CE9340B7069205170A473134A96156CE15243ED2214CF4E101E63B0B7A58F7777C7EDF765B5F18456F77E933FA5CBC
md5: 1CC673D658FC646EFAF7DF7665BA8B0E | sha1: E1AE0006383EE67696C4D4949C1F573FC195381D | sha256: BB853130F5AFAF335BE7858D661F8212EC653835100F5A4E3AA2C66A4D4F685D | sha512: B5E7C5C282E8290B6AF137F9B2C3DE59AFD49B642107F85ECBDCEE0EA0AA042339E851AB24495E420214321C29B0356DFE93E5FD13F799E45FBF44A7A7B5E958
md5: ADF3E3EECDE20B7C9661E9C47106A14A | sha1: F3130F7FD4B414B5AEC04EB87ED800EB84DD2154 | sha256: 22C649F75FCE5BE7C7CCDA8880473B634EF69ECF33F5D1AB8AD892CAF47D5A07 | sha512: 6A644BFD4544950ED2D39190393B716C8314F551488380EC8BD35B5062AA143342DFD145E92E3B6B81E80285CAC108D201B6BBD160CB768DC002C49F4C603C0B
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"RegexColumnizer/1.20.0.0": {
"dependencies": {
"ColumnizerLib": "1.20.0"
},
"runtime": {
"RegexColumnizer.dll": {}
}
},
"ColumnizerLib/1.20.0": {
"runtime": {
"ColumnizerLib.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
}
}
},
"libraries": {
"RegexColumnizer/1.20.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ColumnizerLib/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: AEC38F8DD2E34820FA51344729079B69 | sha1: C51379B6D075CB3A916911C6B34DA8DA577D8D72 | sha256: DA69BFB5F2410A06567083A38D84D7DC1B41C7E41EE5B53A6F419251DA037631 | sha512: 7413D572402A4D0C0F64EDB16CC524E5A15B3BA9660B4120511181346BB80BA178372C878732747C3394F38BF5A933DC7A847ED16FB79C0C22B321013487957D
md5: FFCCAA7E99362D2EE3E50FB80644A99C | sha1: 0E3233B70AFCB150BCE5A543C9DACE828AB4D4BD | sha256: B0EA0A9ECE227B52601634310FD90F7DFFA6BEBF7122126316D1E0CFFD28F275 | sha512: FB9D7DEC805C07798DFE455DADD44C22A61EEE8DE0CB57E49BEE8F9D1DAAC9B87051021A61D5EC7C3AA8558DEC7FB381497FB52D7B95B6BF38390A1394AC67D0
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"SftpFileSystem/1.20.0.0": {
"dependencies": {
"ColumnizerLib": "1.20.0",
"SSH.NET": "2025.0.0"
},
"runtime": {
"SftpFileSystem.dll": {}
}
},
"BouncyCastle.Cryptography/2.5.1": {
"runtime": {
"lib/net6.0/BouncyCastle.Cryptography.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.5.1.28965"
}
}
},
"Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
"runtime": {
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.1024.46610"
}
}
},
"Microsoft.Extensions.Logging.Abstractions/8.0.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
},
"runtime": {
"lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.1325.6609"
}
}
},
"SSH.NET/2025.0.0": {
"dependencies": {
"BouncyCastle.Cryptography": "2.5.1",
"Microsoft.Extensions.Logging.Abstractions": "8.0.3"
},
"runtime": {
"lib/net8.0/Renci.SshNet.dll": {
"assemblyVersion": "2025.0.0.1",
"fileVersion": "2025.0.0.1"
}
}
},
"ColumnizerLib/1.20.0": {
"runtime": {
"ColumnizerLib.dll": {
"assemblyVersion": "1.20.0.0",
"fileVersion": "1.20.0.0"
}
}
}
}
},
"libraries": {
"SftpFileSystem/1.20.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"BouncyCastle.Cryptography/2.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zy8TMeTP+1FH2NrLaNZtdRbBdq7u5MI+NFZQOBSM69u5RFkciinwzV2eveY6Kjf5MzgsYvvl6kTStsj3JrXqkg==",
"path": "bouncycastle.cryptography/2.5.1",
"hashPath": "bouncycastle.cryptography.2.5.1.nupkg.sha512"
},
"Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==",
"path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2",
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512"
},
"Microsoft.Extensions.Logging.Abstractions/8.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==",
"path": "microsoft.extensions.logging.abstractions/8.0.3",
"hashPath": "microsoft.extensions.logging.abstractions.8.0.3.nupkg.sha512"
},
"SSH.NET/2025.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-AKYbB+q2zFkNQbBFx5gXdv+Wje0baBtADQ35WnMKi4bg1ka74wTQtWoPd+fOWcydohdfsD0nfT8ErMOAPxtSfA==",
"path": "ssh.net/2025.0.0",
"hashPath": "ssh.net.2025.0.0.nupkg.sha512"
},
"ColumnizerLib/1.20.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: E3E9859FE06104D4C97718EA676FE2F3 | sha1: 9E00D313977BED6CBF2CC3D682951AE52C2BAE73 | sha256: 74381B6B17D83D22B0107726F8620E91772B79B6AE10235A103F01DE832EFCF9 | sha512: 3D65A1F73FBF97DB55695D630F8972598A8828DDF00CE51870894FBA9062ED86EED48D11E8B485E03588D687E455DC5605673F50C2513B52495787941D1B0DA9
md5: B6A3C773E5AA2BE369BC2DED05CF76AC | sha1: BD797219C9AE95029DD1E3A1368049E2EFB06C18 | sha256: B005688EFC0D2BC55FC1D7AD7BD325A0328101B633F2D82B69601DC4F262B34C | sha512: 0EE5B5D34324B34C4FE3C68076392D6687C24E887E0437E0D4DA329F03411C220BC7FAD999560B511E2FE7F84E6366B31BFB14FEC109BD875A6978CCEFA1C5E8
# Set compatibilty flag so the application does not crash on e.g. Drag&Drop
set __COMPAT_LAYER=DisableUserCallbackException
echo %cd%
start "" logexpert.exe
exit
md5: E1B1A15AA355AACCB929D1F7041358FE | sha1: C0FB7821C5B239815E9AE32705F000ADBC00539B | sha256: 11C705776D64618392FE40D458602E8489FF66593D72C0273D3A5A713FE61F75 | sha512: 4C44152FABC09F51388B7BF82983713BAD2ADBF16C5FA43B4A3D28488543763AFC739FE5075CC95FC34D2A76DB3E291A428CE56C7274161D6F8A7A75F2574FAC
md5: 0024FB27038E09E8DEE61943B729210E | sha1: CEA85EF3B5AEE738BA8DD7F4A049F51E31A01040 | sha256: 823097F03B0A3E1DDD7406A2B0BA7D7E2CBAA6AA0E7B9E1049CF4952FE81959D | sha512: DA6CE26BE1A387A3D4613BB2B2827D7EDCC6950C9E44FDB0545E045DB30391C13F1336A9A87D034516ED1C2C9CD995F66AB9C087922EE735FA2E591BF8A7E3E9
md5: CD5B7F24AB8F0A66CCCDCAD3BF8F8676 | sha1: A66F931161015F0BC29EE6073CDA1067AB8D3ED0 | sha256: 564F8EC863F90BFFD77CEE231271FB5373A2268211CF295EB75FF01E9DF42E95 | sha512: 94F2BEDADDB8C5D6B711830C8E7A79EDAA23F3F95821BE14FB357A196E1D165A244D2918560B807AE0A98CC4BEE8E3FCA7DA78096AA79999C42B70179A1024F6
md5: EEA1E8EA9A885182AE0B1323623090AF | sha1: ECA0324274D837B4D08D2AAF9AD687D2A5E3F9F6 | sha256: 5019A86A1B89CCF8E8D4CEB6A2D15DB72F0C088D8FFDEA417E3CA6393CB896B5 | sha512: 8E641AB8368802DAB38F08CEA058189F4FA4B61A2EACD8C352EBC19460B25087A305D4E656D9779E88FC22468EFF81F3E94FF742A783A18CFBF991D0ECCF92FE
md5: 7E46A4E9660B61157993048DCD308562 | sha1: 563ADEF82D5FDA9A51287AA4D51C9C357BCE42B0 | sha256: 37D286CD62634AB6FDF0C6B0045495ADAEC698CC66637476D9FE169D08F466EF | sha512: 0343EC4B9EF7B8DB250E4FAB3B9F523A83CE6D4B1841D7D4B7AD198AB7D7C851F020FE867C73858CE187ACB898C67613D0DC283B90A66E2D29D1227D6826449D
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
https://github.com/zarunbal/LogExpert/releases/download/v1.20.0/logexpert.1.20.0.nupkg
to download the package.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
3. Verify that the files have the same checksum
File 'license.txt' is obtained from:
https://cdn.rawgit.com/zarunbal/LogExpert/v1.20.0/LICENSE
md5: E9BF409F186434A863587BB360E55738 | sha1: 862B555FD894DF1C1B6048CD115B471287A9E372 | sha256: 89B4327377221A13D914A1480D73F9338D16627CB9E76A7F189B0211E55EE20E | sha512: 8B980F22EB03424206E7726C726156139EEFD7BCD862BF6D80DE10A98AB93E34E2B5CD17E59B5249A1AB0D9AF8586316ED96AF2B5DB06C8082CCF74304F21D92
md5: 59AD417AD1A9C66C36934D7EB9A4AA50 | sha1: F0A2CD9B9CA58DBD8C4B90B3727CF7E7AFB4490E | sha256: CDA40F2AC6547F2F227DE0A4F45F7624E6E90556C867B35C1D5F0C8B6D118619 | sha512: 7A4A44A9E7A469444C68CA98975C00D0B310252ECE0099959510C46D48D5D3B4F8C870E5335F513A8AE74CAC98DF23808753516F994405C91CAB8942BDFAA138
The MIT License
Copyright (c) 2007 Weifen Luo (email: [email protected])
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Log in or click on link to see number of positives.
- Newtonsoft.Json.dll (22c649f75fce) - ## / 72
- Microsoft.Extensions.DependencyInjection.Abstractions.dll (67fa4325000d) - ## / 71
- logexpert.1.20.0.nupkg (a3067d059a7b) - ## / 69
- ColumnizerLib.dll (fedd7b068c34) - ## / 69
- LogExpert.Core.dll (95766539a355) - ## / 71
- LogExpert.dll (10d0f4934044) - ## / 70
- LogExpert.exe (87eb7d15f104) - ## / 72
- LogExpert.PluginRegistry.dll (d6670db5d1f4) - ## / 71
- LogExpert.Resources.dll (9cbad77b7b46) - ## / 71
- LogExpert.UI.dll (427be5eec929) - ## / 71
- Microsoft.Win32.SystemEvents.dll (0567173ab4da) - ## / 72
- NLog.dll (4a805b89a6b5) - ## / 72
- System.Collections.Immutable.dll (11c705776d64) - ## / 72
- System.Drawing.Common.dll (823097f03b0a) - ## / 72
- System.Formats.Nrbf.dll (564f8ec863f9) - ## / 72
- System.Private.Windows.Core.dll (5019a86a1b89) - ## / 72
- System.Reflection.Metadata.dll (44f5803b77a8) - ## / 72
- System.Resources.Extensions.dll (37d286cd6263) - ## / 72
- WeifenLuo.WinFormsUI.Docking.dll (89b432737722) - ## / 72
- WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll (cda40f2ac654) - ## / 73
- AutoColumnizer.dll (2fd208cc389b) - ## / 62
- BouncyCastle.Cryptography.dll (5d5cdba3ebf5) - ## / 73
- CsvColumnizer.dll (1c2912fa7896) - ## / 72
- CsvHelper.dll (8964322c777e) - ## / 70
- DefaultPlugins.dll (59d924c5f827) - ## / 71
- FlashIconHighlighter.dll (7f50aa5d1555) - ## / 71
- GlassfishColumnizer.dll (e03234de62c2) - ## / 72
- JsonColumnizer.dll (740fb2fd7f8a) - ## / 72
- JsonCompactColumnizer.dll (b8207367e9a5) - ## / 72
- Log4jXmlColumnizer.dll (1d1c019abf94) - ## / 71
- Microsoft.Extensions.Logging.Abstractions.dll (bb853130f5af) - ## / 71
- RegexColumnizer.dll (da69bfb5f241) - ## / 72
- Renci.SshNet.dll (b0ea0a9ece22) - ## / 72
- SftpFileSystem.dll (74381b6b17d8) - ## / 71
- Microsoft.Win32.SystemEvents.dll (b005688efc0d) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
LogExpert 1.20.0 | 119 | Sunday, July 6, 2025 | Approved | |
LogExpert 1.12.0 | 1374 | Thursday, March 20, 2025 | Approved | |
LogExpert 1.11.2 | 236 | Saturday, March 15, 2025 | Approved | |
LogExpert 1.9.0 | 15033 | Friday, August 12, 2022 | Approved | |
LogExpert 1.8.7 | 17793 | Sunday, May 10, 2020 | Approved | |
LogExpert 1.8.5 | 1651 | Friday, January 31, 2020 | Approved | |
LogExpert 1.8.2 | 1935 | Tuesday, October 8, 2019 | Approved | |
LogExpert 1.8.1 | 714 | Sunday, September 15, 2019 | Approved | |
LogExpert 1.7.1 | 1241 | Monday, June 10, 2019 | Approved | |
LogExpert 1.7.0 | 838 | Thursday, May 9, 2019 | Approved | |
LogExpert 1.6.13 | 3189 | Tuesday, May 22, 2018 | Approved | |
LogExpert 1.6.10 | 900 | Wednesday, March 14, 2018 | Approved | |
LogExpert 1.4.4566.2 | 4017 | Friday, September 6, 2013 | Approved | |
LogExpert 1.4.4566.1 | 548 | Thursday, August 29, 2013 | Approved | |
LogExpert 1.4.4566 | 558 | Thursday, August 29, 2013 | Approved |
Original work Copyright (c) 2011 Hagen Raab, Modified work Copyright (c) 2017 Zarunbal
-
- dotnet-desktopruntime (≥ 8.0.0)
Ground Rules:
- This discussion is only about LogExpert and the LogExpert package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or LogExpert, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.