Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

49,441

Downloads of v 1.11.2:

231

Last Update:

15 Mar 2025

Package Maintainer(s):

Software Author(s):

  • Zarunbal Previous:Hagen Raab

Tags:

logexpert windows tail logging viewer troubleshooting

LogExpert

This is not the latest version of LogExpert available.

  • 1
  • 2
  • 3

1.11.2 | Updated: 15 Mar 2025

Downloads:

49,441

Downloads of v 1.11.2:

231

Maintainer(s):

Software Author(s):

  • Zarunbal Previous:Hagen Raab

LogExpert 1.11.2

This is not the latest version of LogExpert available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Zarunbal Previous:Hagen Raab. The inclusion of Zarunbal Previous:Hagen Raab trademark(s), if any, upon this webpage is solely to identify Zarunbal Previous:Hagen Raab goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade logexpert -y --source="'INTERNAL REPO URL'" --version="'1.11.2'" [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'" --version="'1.11.2'" 
$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.11.2'
    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.11.2'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller logexpert
{
    Name     = "logexpert"
    Version  = "1.11.2"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'logexpert':
  ensure   => '1.11.2',
  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.

Package Approved

This package was approved as a trusted package on 15 Mar 2025.

Description

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.11.2


tools\appsettings.Development.json
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  }
}
tools\appsettings.json
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "Kestrel": {
    "EndpointDefaults": {
      "Protocols": "Http2"
    }
  }
}
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$applicationName = "LogExpert"
$applicationPath = "$toolsDir\$applicationName.exe"

# create start menu shortcut only for current user
Install-ChocolateyShortcut -shortcutFilePath "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\$applicationName.lnk" -targetpath $applicationPath

# create context menu entry only for current user
$registryKey = "Registry::HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\$applicationName"

if (Test-Path $registryKey) {
    Remove-Item -Path $registryKey -Recurse
}

New-Item -Path $registryKey -Force | Out-Null
New-ItemProperty -Path $registryKey -Name "(Default)" -Value "Open with $applicationName" | Out-Null
New-ItemProperty -Path $registryKey -Name "Icon" -Value $applicationPath | Out-Null

$registryCommand = "$registryKey\command"
New-Item -Path $registryCommand | Out-Null
New-ItemProperty -Path $registryCommand -Name "(Default)" -Value "`"$applicationPath`" `"%1`"" | Out-Null
tools\chocolateyuninstall.ps1
$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
tools\ColumnizerLib.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "ColumnizerLib/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {}
        }
      }
    }
  },
  "libraries": {
    "ColumnizerLib/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\ColumnizerLib.dll
md5: A8F69A7391A5F7002D102EA7A788B094 | sha1: FC1EDFC79FD14953490AA07EC0C293E9F01AC012 | sha256: 625314E32CAE2431F55D6CE128487B15D6F59614F0DA874B2A834C97325CEC3F | sha512: 5FBB5393C39A60957AEEA7FBE83117A01B9D7493A2AADD739878B2014945BBA718E7E53538A318F772570DC7F4FCEE1CF2296A5C8D5AE4CEDB74C62FC24D744B
tools\Google.Protobuf.dll
md5: D758741D088DFD78E2CD3C53B96650B5 | sha1: 11ACFCD85DC6047AB6011DF86AF400BB923A8693 | sha256: F34A4D6564DD6A1C6038FFC2E9A9FE670B53985D9D4AEA5FA4F28C45D19B96BD | sha512: 0E68D0CE0485863AA6C378A5C984C9E4F6D68B23A6188F4EC14FAB0A342055A68C515277C2A9DDB3EDE114523AC7E0175C76DEA94678D69033A66BABC7571235
tools\Grpc.AspNetCore.Server.ClientFactory.dll
md5: 4D9D38E2FCA1226E21C82A547C74C29F | sha1: 59203F0CDEED5C0B14A75360F95CCB1C111B3026 | sha256: 338B5BE6B411C17F569274869ABC2AF5166F146A9BCFF367C4BAC0C93DD99F3A | sha512: C713A92940220B3ADE2DD7A5C2CC6F69390F1D1BFE90EEF48AC88BB6D1B302F446963594060AAE68A761CF1F11801FD075850C3363C6AC44EAE749AEDE42031A
tools\Grpc.AspNetCore.Server.dll
md5: AAAC98E970F6BA55517E35E5CBA28D2E | sha1: 531F156A2F23713363C00B2B9D8284246748F522 | sha256: B74AAFB8DA88A1D50C31DCFA3EEBE161A644A68B476068BDD84F9BA9FF61E83A | sha512: FC769428718D17D7B6EECF6EB986B6D024EDF35A20DE757EB4219195EEBD7F0D1B0B26CBFA44C56A650D183F96A6885953F0E3C1C0DC861F5F6EDDCE31C0D65C
tools\Grpc.Core.Api.dll
md5: EFDAB18A4F39084CDF4A7B4569C364E0 | sha1: 69F71B934CBE3709D736113F2DB45DF3031EAA18 | sha256: CDCBF756B9630548591855C0BEA7F3F11E1EC4F3133534B4DC6B4EBF06D1E19D | sha512: FD23DC35440E55E50A1D19A8A80CB5322B9CED33ED3BADBF21153F394AAA0F0D80BE3DFE1E2243BD5E22DD0FA52C111986D085046E3A38D5A62ED1F9B6DDC7C8
tools\Grpc.Core.dll
md5: E2E471EFEC729167F2A0C6213353C7BB | sha1: 35BB97FDBDC9872A66637BAF6713169086B3E016 | sha256: 801311A9BEE0F8332BFE306B696F0A2DD800F3FD474D3A8415DA6DB5610E5189 | sha512: 34E6FDFEDBDE67DCCD93D2F370D1696E445F111E040D399BD4049E9D6A2ABE54898F24B935ED5A37B44D3989E95FE4C05ADE2B96EF878A016ACAB9CE4BF6D303
tools\Grpc.Net.Client.dll
md5: 95028F2AD08867D49EC4ACCE904A3FB6 | sha1: B587D5D65AC596ED77F10A5897BB7975EF904EA1 | sha256: 069B653DD32FC5A5042B82F327BE89BD1EB8F3ED8E050FCE286906B20DD0FE38 | sha512: 41CC79353E7EF935AE04F7A7A413134FCE58704F0CB6FE16737F79E720FE2DAB3A7E814E2B66C8AC05AE647F1A3980353C1C3574AF02C76DF0776F1029F3233B
tools\Grpc.Net.ClientFactory.dll
md5: 723B36F42A3084916F081665DBD83D12 | sha1: 7E07D35047EC4FA471E088621211DFACE66B29EB | sha256: 2C592A8DF01A8C44E3DCF5C86A498E03A1F0F7169B2F7C9F49BD4BB2668E0553 | sha512: AF69749F220581CFDE1AFB8F0610CB7C88FEB354B4EA446AFAD9B92C273E6620C090CF4FDCB5BEB3E36A07C9813B8C5F728E53CF7A76E8B72E57BCF38EBA38D1
tools\Grpc.Net.Common.dll
md5: D74C9A699B2173630BB3BD9387B011E2 | sha1: 9691AF24BBB27C050EB4FB19FD0A00D8E2BA923B | sha256: 78FBBEA9A7E8E40F587EF401011E273BC9EACB6CD3EB4A70E5BCB158347D04C3 | sha512: 504E4353FD2FBD3944B051C834F6F08CCB63BD2CA055AB321BDFBC21DACF5C2389D74DD86A184832065EAABC21D7605C8305C618922F2EBC0EC87F3C8FF10866
tools\LICENSE.txt
From: https://cdn.rawgit.com/zarunbal/LogExpert/v1.11.2/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.
tools\Licenses\Nlog.license.txt
Copyright (c) 2004-2017 Jaroslaw Kowalski <[email protected]>, Kim Christensen, Julian Verdurmen

All rights reserved.

Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions 
are met:

* Redistributions of source code must retain the above copyright notice, 
  this list of conditions and the following disclaimer. 

* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution. 

* Neither the name of Jaroslaw Kowalski nor the names of its 
  contributors may be used to endorse or promote products derived from this
  software without specific prior written permission. 

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 
THE POSSIBILITY OF SUCH DAMAGE.
tools\Licenses\WinformsUI.Docking.license.txt
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.
tools\LogExpert.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "LogExpert/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.0",
          "Google.Protobuf": "3.29.3",
          "Grpc.AspNetCore": "2.67.0",
          "Grpc.Core": "2.46.6",
          "Grpc.Tools": "2.70.0",
          "LogexpertgRPCService": "8.2.0",
          "NLog": "5.4.0",
          "Newtonsoft.Json": "13.0.3",
          "System.Text.Encoding": "4.3.0",
          "WeifenLuo.WinFormsUI.Docking": "8.2.0",
          "WeifenLuo.WinFormsUI.Docking.Reference": "0.0.0.0"
        },
        "runtime": {
          "LogExpert.dll": {}
        }
      },
      "Google.Protobuf/3.29.3": {
        "runtime": {
          "lib/net5.0/Google.Protobuf.dll": {
            "assemblyVersion": "3.29.3.0",
            "fileVersion": "3.29.3.0"
          }
        }
      },
      "Grpc.AspNetCore/2.67.0": {
        "dependencies": {
          "Google.Protobuf": "3.29.3",
          "Grpc.AspNetCore.Server.ClientFactory": "2.67.0",
          "Grpc.Tools": "2.70.0"
        }
      },
      "Grpc.AspNetCore.Server/2.67.0": {
        "dependencies": {
          "Grpc.Net.Common": "2.67.0"
        },
        "runtime": {
          "lib/net8.0/Grpc.AspNetCore.Server.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.AspNetCore.Server.ClientFactory/2.67.0": {
        "dependencies": {
          "Grpc.AspNetCore.Server": "2.67.0",
          "Grpc.Net.ClientFactory": "2.67.0"
        },
        "runtime": {
          "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.Core/2.46.6": {
        "dependencies": {
          "Grpc.Core.Api": "2.67.0",
          "System.Memory": "4.5.3"
        },
        "runtime": {
          "lib/netstandard2.0/Grpc.Core.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.46.6.0"
          }
        },
        "runtimeTargets": {
          "runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so": {
            "rid": "linux-arm64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so": {
            "rid": "linux-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/win-x64/native/grpc_csharp_ext.x64.dll": {
            "rid": "win-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/win-x86/native/grpc_csharp_ext.x86.dll": {
            "rid": "win-x86",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "Grpc.Core.Api/2.67.0": {
        "runtime": {
          "lib/netstandard2.1/Grpc.Core.Api.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.Net.Client/2.67.0": {
        "dependencies": {
          "Grpc.Net.Common": "2.67.0",
          "Microsoft.Extensions.Logging.Abstractions": "6.0.0"
        },
        "runtime": {
          "lib/net8.0/Grpc.Net.Client.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.Net.ClientFactory/2.67.0": {
        "dependencies": {
          "Grpc.Net.Client": "2.67.0",
          "Microsoft.Extensions.Http": "6.0.0"
        },
        "runtime": {
          "lib/net8.0/Grpc.Net.ClientFactory.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.Net.Common/2.67.0": {
        "dependencies": {
          "Grpc.Core.Api": "2.67.0"
        },
        "runtime": {
          "lib/net8.0/Grpc.Net.Common.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.Tools/2.70.0": {},
      "Microsoft.Extensions.DependencyInjection/6.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        }
      },
      "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {},
      "Microsoft.Extensions.Http/6.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
          "Microsoft.Extensions.Logging": "6.0.0",
          "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
          "Microsoft.Extensions.Options": "6.0.0"
        }
      },
      "Microsoft.Extensions.Logging/6.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection": "6.0.0",
          "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
          "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
          "Microsoft.Extensions.Options": "6.0.0",
          "System.Diagnostics.DiagnosticSource": "6.0.0"
        }
      },
      "Microsoft.Extensions.Logging.Abstractions/6.0.0": {},
      "Microsoft.Extensions.Options/6.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
          "Microsoft.Extensions.Primitives": "6.0.0"
        }
      },
      "Microsoft.Extensions.Primitives/6.0.0": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        }
      },
      "Microsoft.NETCore.Platforms/1.1.0": {},
      "Microsoft.NETCore.Targets/1.1.0": {},
      "Newtonsoft.Json/13.0.3": {
        "runtime": {
          "lib/net6.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.3.27908"
          }
        }
      },
      "NLog/5.4.0": {
        "runtime": {
          "lib/netstandard2.0/NLog.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.4.0.3182"
          }
        }
      },
      "System.Diagnostics.DiagnosticSource/6.0.0": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        }
      },
      "System.Memory/4.5.3": {},
      "System.Runtime/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "ColumnizerLib/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      },
      "LogexpertgRPCService/8.2.0": {
        "dependencies": {
          "Grpc.AspNetCore": "2.67.0"
        },
        "runtime": {
          "LogexpertgRPCService.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "2.0.0.0"
          }
        }
      },
      "WeifenLuo.WinFormsUI.Docking/8.2.0": {
        "runtime": {
          "WeifenLuo.WinFormsUI.Docking.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": ""
          }
        }
      },
      "WeifenLuo.WinFormsUI.Docking.Reference/0.0.0.0": {
        "runtime": {
          "WeifenLuo.WinFormsUI.Docking.dll": {
            "assemblyVersion": "0.0.0.0",
            "fileVersion": "0.0.0.0"
          }
        }
      }
    }
  },
  "libraries": {
    "LogExpert/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Google.Protobuf/3.29.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t7nZFFUFwigCwZ+nIXHDLweXvwIpsOXi+P7J7smPT/QjI3EKxnCzTQOhBqyEh6XEzc/pNH+bCFOOSjatrPt6Tw==",
      "path": "google.protobuf/3.29.3",
      "hashPath": "google.protobuf.3.29.3.nupkg.sha512"
    },
    "Grpc.AspNetCore/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WjC3+Ri748j6IHYY73zwRPzJV0WFN97h9IkXrgcghk0WAgewDr03uUJzaSMC+qW1O7PcQNdUg3Pfb+73v0pxIQ==",
      "path": "grpc.aspnetcore/2.67.0",
      "hashPath": "grpc.aspnetcore.2.67.0.nupkg.sha512"
    },
    "Grpc.AspNetCore.Server/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CDWB7GLhi4XN2Luw7gDbZQhGaMuMb9yDDwbBc9MMfmXFJvzALEK1hsbBaILzd8uDmX9E5VPMcqQ4mQyHvQ2HmA==",
      "path": "grpc.aspnetcore.server/2.67.0",
      "hashPath": "grpc.aspnetcore.server.2.67.0.nupkg.sha512"
    },
    "Grpc.AspNetCore.Server.ClientFactory/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-O5qaBd7T8yph5JHikA3lafYqsn+2QPM7Dwk0e/7HniiM4cIHpfdiBX5TSy/+5IIppZ27QeLYFgftK7QsG9uIkQ==",
      "path": "grpc.aspnetcore.server.clientfactory/2.67.0",
      "hashPath": "grpc.aspnetcore.server.clientfactory.2.67.0.nupkg.sha512"
    },
    "Grpc.Core/2.46.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZoRg3KmOJ2urTF4+u3H0b1Yv10xzz2Y/flFWS2tnRmj8dbKLeiJaSRqu4LOBD3ova90evqLkVZ85kUkC4JT4lw==",
      "path": "grpc.core/2.46.6",
      "hashPath": "grpc.core.2.46.6.nupkg.sha512"
    },
    "Grpc.Core.Api/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cL1/2f8kc8lsAGNdfCU25deedXVehhLA6GXKLLN4hAWx16XN7BmjYn3gFU+FBpir5yJynvDTHEypr3Tl0j7x/Q==",
      "path": "grpc.core.api/2.67.0",
      "hashPath": "grpc.core.api.2.67.0.nupkg.sha512"
    },
    "Grpc.Net.Client/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ofTjJQfegWkVlk5R4k/LlwpcucpsBzntygd4iAeuKd/eLMkmBWoXN+xcjYJ5IibAahRpIJU461jABZvT6E9dwA==",
      "path": "grpc.net.client/2.67.0",
      "hashPath": "grpc.net.client.2.67.0.nupkg.sha512"
    },
    "Grpc.Net.ClientFactory/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-owkRL6j8ZXvLnn8SsFGCRiWoe/2wGv+u+TASAylzUtGbHLnw7IiFRoeTs0IgpCNTETvlMLVb0gHDiLGo+mJZ6g==",
      "path": "grpc.net.clientfactory/2.67.0",
      "hashPath": "grpc.net.clientfactory.2.67.0.nupkg.sha512"
    },
    "Grpc.Net.Common/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gazn1cD2Eol0/W5ZJRV4PYbNrxJ9oMs8pGYux5S9E4MymClvl7aqYSmpqgmWAUWvziRqK9K+yt3cjCMfQ3x/5A==",
      "path": "grpc.net.common/2.67.0",
      "hashPath": "grpc.net.common.2.67.0.nupkg.sha512"
    },
    "Grpc.Tools/2.70.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Mibx8fUC1ihh1jZU5+yy7nR4C05FPSI1uKAtSaLkorU3xX/6XNWhuZhku5BuWdw2FRPuWKDfpts5f7a1UUqH2g==",
      "path": "grpc.tools/2.70.0",
      "hashPath": "grpc.tools.2.70.0.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyInjection/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
      "path": "microsoft.extensions.dependencyinjection/6.0.0",
      "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
      "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
      "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Http/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-15+pa2G0bAMHbHewaQIdr/y6ag2H3yh4rd9hTXavtWDzQBkvpe2RMqFg8BxDpcQWssmjmBApGPcw93QRz6YcMg==",
      "path": "microsoft.extensions.http/6.0.0",
      "hashPath": "microsoft.extensions.http.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
      "path": "microsoft.extensions.logging/6.0.0",
      "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
      "path": "microsoft.extensions.logging.abstractions/6.0.0",
      "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Options/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
      "path": "microsoft.extensions.options/6.0.0",
      "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Primitives/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
      "path": "microsoft.extensions.primitives/6.0.0",
      "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
      "path": "microsoft.netcore.platforms/1.1.0",
      "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
      "path": "microsoft.netcore.targets/1.1.0",
      "hashPath": "microsoft.netcore.targets.1.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"
    },
    "NLog/5.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LwMcGSW3soF3/SL68rlJN3Eh3ktrAPycC3zZR/07OYBPraZUu0bygEC7kIN10lUQgMXT4s84Fi1chglGdGrQEg==",
      "path": "nlog/5.4.0",
      "hashPath": "nlog.5.4.0.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
      "path": "system.diagnostics.diagnosticsource/6.0.0",
      "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
    },
    "System.Memory/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
      "path": "system.memory/4.5.3",
      "hashPath": "system.memory.4.5.3.nupkg.sha512"
    },
    "System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
      "path": "system.runtime/4.3.0",
      "hashPath": "system.runtime.4.3.0.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
      "path": "system.runtime.compilerservices.unsafe/6.0.0",
      "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
      "path": "system.text.encoding/4.3.0",
      "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
    },
    "ColumnizerLib/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "LogexpertgRPCService/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "WeifenLuo.WinFormsUI.Docking/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "WeifenLuo.WinFormsUI.Docking.Reference/0.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\LogExpert.dll
md5: 6696C28019861A7E0F7E8F0AE2179974 | sha1: 12FB03C46C4833C40367FB446589364EED5865B7 | sha256: 5622CF4B9DE33F97C9C056AB4FDDED5F5624B4787DC622520B063CA4DC1A592F | sha512: 4ADC22A3EC026C251EA2690A63A0C63FF0D37508E1503B25ECBDA571DB735C40F20C342256738CDE5FAF1FAA5C42135F4E7B3A70773D529794199B1B4DFD7BC3
tools\LogExpert.dll.config
<?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>
tools\LogExpert.exe
md5: 5AEDB5D38972B845D0AF97D9D8E83119 | sha1: 1BF51258845B67B763FDC8E15BF4F479BE35553A | sha256: 809D60632D961F4013571427A6923A6EA5D1ADEB7EAB4A92F696EF9FC9505782 | sha512: A50A072D1884BA11B7F5C59B8CECA3E206EA138C61EA7B79ED819A295C48F3BAC6C7326465F66DEE322A195A1776158E4395A365BE7813F16802B5AB5A1C86A5
tools\LogExpert.exe.gui
 
tools\LogExpert.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net8.0",
    "frameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "8.0.0"
      },
      {
        "name": "Microsoft.WindowsDesktop.App",
        "version": "8.0.0"
      },
      {
        "name": "Microsoft.AspNetCore.App",
        "version": "8.0.0"
      }
    ],
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
      "CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
    }
  }
}
tools\LogexpertgRPCService.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "LogexpertgRPCService/8.2.0": {
        "dependencies": {
          "Grpc.AspNetCore": "2.67.0"
        },
        "runtime": {
          "LogexpertgRPCService.dll": {}
        }
      },
      "Google.Protobuf/3.29.3": {
        "runtime": {
          "lib/net5.0/Google.Protobuf.dll": {
            "assemblyVersion": "3.29.3.0",
            "fileVersion": "3.29.3.0"
          }
        }
      },
      "Grpc.AspNetCore/2.67.0": {
        "dependencies": {
          "Google.Protobuf": "3.29.3",
          "Grpc.AspNetCore.Server.ClientFactory": "2.67.0",
          "Grpc.Tools": "2.70.0"
        }
      },
      "Grpc.AspNetCore.Server/2.67.0": {
        "dependencies": {
          "Grpc.Net.Common": "2.67.0"
        },
        "runtime": {
          "lib/net8.0/Grpc.AspNetCore.Server.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.AspNetCore.Server.ClientFactory/2.67.0": {
        "dependencies": {
          "Grpc.AspNetCore.Server": "2.67.0",
          "Grpc.Net.ClientFactory": "2.67.0"
        },
        "runtime": {
          "lib/net8.0/Grpc.AspNetCore.Server.ClientFactory.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.Core.Api/2.67.0": {
        "runtime": {
          "lib/netstandard2.1/Grpc.Core.Api.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.Net.Client/2.67.0": {
        "dependencies": {
          "Grpc.Net.Common": "2.67.0",
          "Microsoft.Extensions.Logging.Abstractions": "6.0.0"
        },
        "runtime": {
          "lib/net8.0/Grpc.Net.Client.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.Net.ClientFactory/2.67.0": {
        "dependencies": {
          "Grpc.Net.Client": "2.67.0",
          "Microsoft.Extensions.Http": "6.0.0"
        },
        "runtime": {
          "lib/net8.0/Grpc.Net.ClientFactory.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.Net.Common/2.67.0": {
        "dependencies": {
          "Grpc.Core.Api": "2.67.0"
        },
        "runtime": {
          "lib/net8.0/Grpc.Net.Common.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.67.0.0"
          }
        }
      },
      "Grpc.Tools/2.70.0": {},
      "Microsoft.Extensions.DependencyInjection/6.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        }
      },
      "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {},
      "Microsoft.Extensions.Http/6.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
          "Microsoft.Extensions.Logging": "6.0.0",
          "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
          "Microsoft.Extensions.Options": "6.0.0"
        }
      },
      "Microsoft.Extensions.Logging/6.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection": "6.0.0",
          "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
          "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
          "Microsoft.Extensions.Options": "6.0.0",
          "System.Diagnostics.DiagnosticSource": "6.0.0"
        }
      },
      "Microsoft.Extensions.Logging.Abstractions/6.0.0": {},
      "Microsoft.Extensions.Options/6.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
          "Microsoft.Extensions.Primitives": "6.0.0"
        }
      },
      "Microsoft.Extensions.Primitives/6.0.0": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        }
      },
      "System.Diagnostics.DiagnosticSource/6.0.0": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        }
      },
      "System.Runtime.CompilerServices.Unsafe/6.0.0": {}
    }
  },
  "libraries": {
    "LogexpertgRPCService/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Google.Protobuf/3.29.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t7nZFFUFwigCwZ+nIXHDLweXvwIpsOXi+P7J7smPT/QjI3EKxnCzTQOhBqyEh6XEzc/pNH+bCFOOSjatrPt6Tw==",
      "path": "google.protobuf/3.29.3",
      "hashPath": "google.protobuf.3.29.3.nupkg.sha512"
    },
    "Grpc.AspNetCore/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WjC3+Ri748j6IHYY73zwRPzJV0WFN97h9IkXrgcghk0WAgewDr03uUJzaSMC+qW1O7PcQNdUg3Pfb+73v0pxIQ==",
      "path": "grpc.aspnetcore/2.67.0",
      "hashPath": "grpc.aspnetcore.2.67.0.nupkg.sha512"
    },
    "Grpc.AspNetCore.Server/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CDWB7GLhi4XN2Luw7gDbZQhGaMuMb9yDDwbBc9MMfmXFJvzALEK1hsbBaILzd8uDmX9E5VPMcqQ4mQyHvQ2HmA==",
      "path": "grpc.aspnetcore.server/2.67.0",
      "hashPath": "grpc.aspnetcore.server.2.67.0.nupkg.sha512"
    },
    "Grpc.AspNetCore.Server.ClientFactory/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-O5qaBd7T8yph5JHikA3lafYqsn+2QPM7Dwk0e/7HniiM4cIHpfdiBX5TSy/+5IIppZ27QeLYFgftK7QsG9uIkQ==",
      "path": "grpc.aspnetcore.server.clientfactory/2.67.0",
      "hashPath": "grpc.aspnetcore.server.clientfactory.2.67.0.nupkg.sha512"
    },
    "Grpc.Core.Api/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cL1/2f8kc8lsAGNdfCU25deedXVehhLA6GXKLLN4hAWx16XN7BmjYn3gFU+FBpir5yJynvDTHEypr3Tl0j7x/Q==",
      "path": "grpc.core.api/2.67.0",
      "hashPath": "grpc.core.api.2.67.0.nupkg.sha512"
    },
    "Grpc.Net.Client/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ofTjJQfegWkVlk5R4k/LlwpcucpsBzntygd4iAeuKd/eLMkmBWoXN+xcjYJ5IibAahRpIJU461jABZvT6E9dwA==",
      "path": "grpc.net.client/2.67.0",
      "hashPath": "grpc.net.client.2.67.0.nupkg.sha512"
    },
    "Grpc.Net.ClientFactory/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-owkRL6j8ZXvLnn8SsFGCRiWoe/2wGv+u+TASAylzUtGbHLnw7IiFRoeTs0IgpCNTETvlMLVb0gHDiLGo+mJZ6g==",
      "path": "grpc.net.clientfactory/2.67.0",
      "hashPath": "grpc.net.clientfactory.2.67.0.nupkg.sha512"
    },
    "Grpc.Net.Common/2.67.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gazn1cD2Eol0/W5ZJRV4PYbNrxJ9oMs8pGYux5S9E4MymClvl7aqYSmpqgmWAUWvziRqK9K+yt3cjCMfQ3x/5A==",
      "path": "grpc.net.common/2.67.0",
      "hashPath": "grpc.net.common.2.67.0.nupkg.sha512"
    },
    "Grpc.Tools/2.70.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Mibx8fUC1ihh1jZU5+yy7nR4C05FPSI1uKAtSaLkorU3xX/6XNWhuZhku5BuWdw2FRPuWKDfpts5f7a1UUqH2g==",
      "path": "grpc.tools/2.70.0",
      "hashPath": "grpc.tools.2.70.0.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyInjection/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
      "path": "microsoft.extensions.dependencyinjection/6.0.0",
      "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
      "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
      "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Http/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-15+pa2G0bAMHbHewaQIdr/y6ag2H3yh4rd9hTXavtWDzQBkvpe2RMqFg8BxDpcQWssmjmBApGPcw93QRz6YcMg==",
      "path": "microsoft.extensions.http/6.0.0",
      "hashPath": "microsoft.extensions.http.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
      "path": "microsoft.extensions.logging/6.0.0",
      "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
      "path": "microsoft.extensions.logging.abstractions/6.0.0",
      "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Options/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
      "path": "microsoft.extensions.options/6.0.0",
      "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Primitives/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
      "path": "microsoft.extensions.primitives/6.0.0",
      "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
      "path": "system.diagnostics.diagnosticsource/6.0.0",
      "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
      "path": "system.runtime.compilerservices.unsafe/6.0.0",
      "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
    }
  }
}
tools\LogexpertgRPCService.dll
md5: F757805D6F3CAAAFA42A0094F6E4E46E | sha1: 0401555C70A621708992F369A48B2864D2F833CE | sha256: AB0A76F15A2B8C136454071A1ABB13052AE72337C005FEF07F734F4D532576B9 | sha512: 4D6935ABA2B90EA042EBC26901792F23D5277ED87E1DEA62DA97A0F3DB558833945E9C3E3EB4F16DBEA4AC7117541268231F43775CCC575E29D6D744E7C2AA18
tools\LogexpertgRPCService.exe
md5: 1FF2035877DE62EC64E4332E791F32A2 | sha1: 11464DD5E29D6FE4B39F77C134B62E308F9BEFB7 | sha256: 7DC2923581AAFDFE3B0D9D8DEA8DACFC7F8CB4C7D74BF49FD175B03D0CC96E2C | sha512: 833D88E1FC81728034CA709A7B6CE5176C924FB2AB21C32A009AC95AD7A351A23CF7CF36856F80E06F73C84BBD77CE4B7CE59ACA41DB18E8C25FB9FF250D9CB5
tools\LogexpertgRPCService.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net8.0",
    "frameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "8.0.0"
      },
      {
        "name": "Microsoft.AspNetCore.App",
        "version": "8.0.0"
      }
    ],
    "configProperties": {
      "System.GC.Server": true,
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
    }
  }
}
tools\LogexpertgRPCService.staticwebassets.endpoints.json
{
  "Version": 1,
  "ManifestType": "Build",
  "Endpoints": []
}
tools\Newtonsoft.Json.dll
md5: ADF3E3EECDE20B7C9661E9C47106A14A | sha1: F3130F7FD4B414B5AEC04EB87ED800EB84DD2154 | sha256: 22C649F75FCE5BE7C7CCDA8880473B634EF69ECF33F5D1AB8AD892CAF47D5A07 | sha512: 6A644BFD4544950ED2D39190393B716C8314F551488380EC8BD35B5062AA143342DFD145E92E3B6B81E80285CAC108D201B6BBD160CB768DC002C49F4C603C0B
tools\NLog.dll
md5: 391D56E7D33DDE0C40ABD8AAEA00377F | sha1: 2088D5082835B84748EF0B8CC5BD82E50ADC77A9 | sha256: A3AB311BE101F8132DF3B333A10328EEF0033F2C783E42B39B6986346D0097AC | sha512: 5C8BF682AA4BAB9B5B5F88804D50E48DEF2B4123A3650C8E324F6DA44A2C53AAEB7EB650AAF9E7C177F31F3AF64A5858123563B682CBEF0062E4A29210481A6A
tools\plugins\AutoColumnizer.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "AutoColumnizer/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.0"
        },
        "runtime": {
          "AutoColumnizer.dll": {}
        }
      },
      "ColumnizerLib/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      }
    }
  },
  "libraries": {
    "AutoColumnizer/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "ColumnizerLib/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\plugins\AutoColumnizer.dll
md5: 847144FD579F4A73E19430830864E1B7 | sha1: 9C6ACEE2F9C629212AE9E9D6B30511F9A0106738 | sha256: BB86874D6F2F0B4849D00E2D491A542A7912FFC39A46B22B2D9AEB2BA24C0B8B | sha512: C0826649C5C6FA9A105BB876539DE45A33CBF1B764F25D8AB142CE7C281C58134937A95EEFA20DB6DCF3BC43A526FB88F111D94B5993DA995377148A9E5DC4C2
tools\plugins\ColumnizerLib.dll
md5: A8F69A7391A5F7002D102EA7A788B094 | sha1: FC1EDFC79FD14953490AA07EC0C293E9F01AC012 | sha256: 625314E32CAE2431F55D6CE128487B15D6F59614F0DA874B2A834C97325CEC3F | sha512: 5FBB5393C39A60957AEEA7FBE83117A01B9D7493A2AADD739878B2014945BBA718E7E53538A318F772570DC7F4FCEE1CF2296A5C8D5AE4CEDB74C62FC24D744B
tools\plugins\CsvColumnizer.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "CsvColumnizer/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.0",
          "CsvHelper": "33.0.1",
          "Newtonsoft.Json": "13.0.3"
        },
        "runtime": {
          "CsvColumnizer.dll": {}
        }
      },
      "CsvHelper/33.0.1": {
        "runtime": {
          "lib/net8.0/CsvHelper.dll": {
            "assemblyVersion": "33.0.0.0",
            "fileVersion": "33.0.1.24"
          }
        }
      },
      "Newtonsoft.Json/13.0.3": {
        "runtime": {
          "lib/net6.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.3.27908"
          }
        }
      },
      "ColumnizerLib/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      }
    }
  },
  "libraries": {
    "CsvColumnizer/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "CsvHelper/33.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fev4lynklAU2A9GVMLtwarkwaanjSYB4wUqO2nOJX5hnzObORzUqVLe+bDYCUyIIRQM4o5Bsq3CcyJR89iMmEQ==",
      "path": "csvhelper/33.0.1",
      "hashPath": "csvhelper.33.0.1.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/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\plugins\CsvColumnizer.dll
md5: 74738BA76AACEBC2477B6F791D91601E | sha1: DF38035D0964072E2B4E776E51B95D71EC679F5F | sha256: FA8FD532F3DF901E4DBE45E1CA339BBFD49F30B9163E057B80CBF729E700BAF9 | sha512: F7B89EB3EC15A9B8725F0E865AC7EC276151FDA6B506B460722D6A3AD2ADCEA0A822CB93C2BF1CA907F129A13D2C703FC46EF7527DCCCA3ECBDEBA4FF3F5B456
tools\plugins\CsvHelper.dll
md5: 554AF22D3AD6D4C9C422D628538EAD71 | sha1: ADE2580AD66164C9E5C063E1241EE6B363E334EE | sha256: E0E993E351CB6D40ECEC1CC6A24AC5C11BEA915E505EEE68EE6E0A6C33442B42 | sha512: 48BD263E139F2E547F4E305F59D160342DD83FE3DC4540D4355A60C2ACFF1D36C83BC8C58084855FAB8ACA3A23680AD9DDA0415EE63743772867E21E3C72A204
tools\plugins\DefaultPlugins.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "DefaultPlugins/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.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/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      }
    }
  },
  "libraries": {
    "DefaultPlugins/8.2.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/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\plugins\DefaultPlugins.dll
md5: F14DECB86B8BBF04DC0A4D5A82533E0C | sha1: 28EC9A14397D23CAFB2ABC83BB5E86DF27519EB5 | sha256: 51187A677C62250D6F8269E9DEE6A458549F9F1DDDB62FE9E16746D1ED33BE3A | sha512: CD14B22247E2F0D753DBCFB677C625DEA92336A17B926FE406A05E3B8508E1220302E3260B07CE53158ADD57423828B02EB8366B2E866BCA73DE6F9A20B65525
tools\plugins\FlashIconHighlighter.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "FlashIconHighlighter/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.0"
        },
        "runtime": {
          "FlashIconHighlighter.dll": {}
        }
      },
      "ColumnizerLib/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      }
    }
  },
  "libraries": {
    "FlashIconHighlighter/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "ColumnizerLib/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\plugins\FlashIconHighlighter.dll
md5: 28F8BE3BC0E122E4A48B83CEE8F42C6B | sha1: C8A4D724FA2145C6DAA41D3BDCD5E064F6385C6B | sha256: CD2F39578FD76EA8E4D3577C9C51991015CABB0CCFCB4C0FED66DE50ECACF8B0 | sha512: 548AB17B2020703552A620E7FF57A3FDD0054C524539BCAAE461B634AD4AF91629FC7BE542FD26617E342CCDEE7FFC8DC10B75284476B11126E7F47AD0539780
tools\plugins\GlassfishColumnizer.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "GlassfishColumnizer/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.0"
        },
        "runtime": {
          "GlassfishColumnizer.dll": {}
        }
      },
      "ColumnizerLib/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      }
    }
  },
  "libraries": {
    "GlassfishColumnizer/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "ColumnizerLib/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\plugins\GlassfishColumnizer.dll
md5: D92333065453E067D476E6B285C8B074 | sha1: 84B0593DD0C06DCDF65727FE1E923279152AA572 | sha256: 9B6E36149379FB068C306945A7A99D571D57395129E566AC6E5370B28B1A9B0F | sha512: 1C981B33ACDDA304B0E0F41BB4E4D4D878EC89A51AE8FD52305510C0E2D1B56AD31C9ABFEBA4DD60BCC3C3E1048539F64E681104B4664BCDADB4FBD8492B07B9
tools\plugins\JsonColumnizer.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "JsonColumnizer/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.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/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      }
    }
  },
  "libraries": {
    "JsonColumnizer/8.2.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/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\plugins\JsonColumnizer.dll
md5: 6467D71493A43A17DF19123FA0D836ED | sha1: 787C461E059963641F64BBFDBF46F9C8B32F15EB | sha256: CBDD63E3C3B11BC94DD0D5A1FF2D1123BBC24BD5C3940BAAD24F376B898A7B46 | sha512: C8E5E4D73627FE40C8061C1AB4D5DCE6661791FFAAD02127237F3EE75FBCAB1BE712E3E9A37F190995E69241F2A324925D0355C0AABBE1F01422E8C7DFA04952
tools\plugins\JsonCompactColumnizer.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "JsonCompactColumnizer/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.0",
          "JsonColumnizer": "8.2.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/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      },
      "JsonColumnizer/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.0",
          "Newtonsoft.Json": "13.0.3"
        },
        "runtime": {
          "JsonColumnizer.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      }
    }
  },
  "libraries": {
    "JsonCompactColumnizer/8.2.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/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "JsonColumnizer/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\plugins\JsonCompactColumnizer.dll
md5: 312CD90DC073C8D83CAB3646A2E77874 | sha1: B1EF8B67359E01D24329040A041978E703DFF719 | sha256: 5A086DF3311147546E042573A383CF64A285769126E50674D5FC48DBEDDB7EFD | sha512: 606DED13058CB1281930E5D16F7808504BEF047B3CEEF859ACC1FE370F262FC385AE427DAE4B8D6A61035E8D4D50EECAEBDDA9471F863AB15DEF4A6E9243F801
tools\plugins\Log4jXmlColumnizer.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "Log4jXmlColumnizer/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.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/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      }
    }
  },
  "libraries": {
    "Log4jXmlColumnizer/8.2.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/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\plugins\Log4jXmlColumnizer.dll
md5: F40ED3245318018882573CE6B019851F | sha1: 82C1F517ABB3214285ED5A9DE9FEE5297F74C221 | sha256: 1A925A2EA046E0ECBE4C2C7EDA06451335B05BA693D903968D672657F1409109 | sha512: D6E7253CB44D6F00349198740C9565537A2AC56CD2398906A55AB66C750F0D0B148AFD5E0E9EF4232DE039BEF6E72F04251969B3436CC9526961F81E287D8EE9
tools\plugins\Newtonsoft.Json.dll
md5: ADF3E3EECDE20B7C9661E9C47106A14A | sha1: F3130F7FD4B414B5AEC04EB87ED800EB84DD2154 | sha256: 22C649F75FCE5BE7C7CCDA8880473B634EF69ECF33F5D1AB8AD892CAF47D5A07 | sha512: 6A644BFD4544950ED2D39190393B716C8314F551488380EC8BD35B5062AA143342DFD145E92E3B6B81E80285CAC108D201B6BBD160CB768DC002C49F4C603C0B
tools\plugins\RegexColumnizer.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "RegexColumnizer/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.0",
          "Microsoft.CSharp": "4.7.0",
          "System.Data.DataSetExtensions": "4.5.0"
        },
        "runtime": {
          "RegexColumnizer.dll": {}
        }
      },
      "Microsoft.CSharp/4.7.0": {},
      "System.Data.DataSetExtensions/4.5.0": {},
      "ColumnizerLib/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      }
    }
  },
  "libraries": {
    "RegexColumnizer/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Microsoft.CSharp/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
      "path": "microsoft.csharp/4.7.0",
      "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
    },
    "System.Data.DataSetExtensions/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==",
      "path": "system.data.datasetextensions/4.5.0",
      "hashPath": "system.data.datasetextensions.4.5.0.nupkg.sha512"
    },
    "ColumnizerLib/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\plugins\RegexColumnizer.dll
md5: 81962A14C83938C1FC23A1A21C821FFA | sha1: 3B2E6C80F651D57C64D112E5E448BC87FB97CB91 | sha256: 822D3D02634FD7040B39DDA31A5E4F9D496A93662A20899FB7B5ABCF41FC456F | sha512: C31F8A64783118C3166FC5DF698AF80A6A75209C4AD33793224F55E84AF80DAE5705A5B0F7E790A104BA0FE1B1229137306054D491019D4E3CCDFA48A64C8C05
tools\plugins\SftpFileSystem.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "SftpFileSystem/8.2.0": {
        "dependencies": {
          "ColumnizerLib": "8.2.0",
          "SSH.NET": "2024.2.0"
        },
        "runtime": {
          "SftpFileSystem.dll": {}
        }
      },
      "BouncyCastle.Cryptography/2.4.0": {
        "runtime": {
          "lib/net6.0/BouncyCastle.Cryptography.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.4.0.33771"
          }
        }
      },
      "SSH.NET/2024.2.0": {
        "dependencies": {
          "BouncyCastle.Cryptography": "2.4.0"
        },
        "runtime": {
          "lib/net8.0/Renci.SshNet.dll": {
            "assemblyVersion": "2024.2.0.1",
            "fileVersion": "2024.2.0.1"
          }
        }
      },
      "ColumnizerLib/8.2.0": {
        "runtime": {
          "ColumnizerLib.dll": {
            "assemblyVersion": "8.2.0",
            "fileVersion": "1.11.2"
          }
        }
      }
    }
  },
  "libraries": {
    "SftpFileSystem/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "BouncyCastle.Cryptography/2.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==",
      "path": "bouncycastle.cryptography/2.4.0",
      "hashPath": "bouncycastle.cryptography.2.4.0.nupkg.sha512"
    },
    "SSH.NET/2024.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9r+4UF2P51lTztpd+H7SJywk7WgmlWB//Cm2o96c6uGVZU5r58ys2/cD9pCgTk0zCdSkfflWL1WtqQ9I4IVO9Q==",
      "path": "ssh.net/2024.2.0",
      "hashPath": "ssh.net.2024.2.0.nupkg.sha512"
    },
    "ColumnizerLib/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\plugins\SftpFileSystem.dll
md5: 4856CCBCD53D4DF635CBCD4548F1A66C | sha1: DEECB9F320CA46D60C0DB4FDD3940E3EF21D0608 | sha256: 5A6F4C6FFB09AB9F8352E90C1783A20585615116A00D34D555124BF4B5442F02 | sha512: 096CB9FC21ADEC4D60B1FDB1FDE4E39DB4A45AF2B19332A3AB983A5974BA9839B7EEF840184464AA2912AFFB39705A6B07D3031A3EA41DE3BEEFE73F53B38483
tools\runtimes\linux-arm64\native\libgrpc_csharp_ext.arm64.so
md5: EAFC7EB306B0C195FDE3AEE3B0FFACAB | sha1: 01F5886CC07B92E82AA76E437D5A432C6453EFA7 | sha256: 606B4086372FB5EB27E50B0D472FD503C2A62902153AE9DDFDCD73D3D0CD77FC | sha512: EE8C603A8012376F8D6F01A79838DDD32A405BDA74C07F06824E7BB0BF62130D9343DCAAE0CC22D093DAE2AD74D28973F19703A27245FB1783EDBFFFBAF25D02
tools\runtimes\linux-x64\native\libgrpc_csharp_ext.x64.so
md5: DEBEE7CB82F125384FF146FBF1B12A12 | sha1: 95A2B1D819A4124772A6098B2E5F3655C871A712 | sha256: 776DC19EDD2649800A93BD35B74B61D0B81AE840EDC659CFFEF504EE28B5D581 | sha512: 9DE193753BB29F571BFC2238EE241681DFBDC813BFA745C8163F77B54E4A712A9AF62D59B718F7EEF4F68556A41111BD2A4C0B35F8F71504BBEDEC431AD7EDA2
tools\runtimes\osx-x64\native\libgrpc_csharp_ext.x64.dylib
 
tools\runtimes\win-x64\native\grpc_csharp_ext.x64.dll
md5: 865C7D285D665FE4D9FB672B111DD54D | sha1: C3E83E7A8402F0DE75A49D5DCC71DD131E9B2CAB | sha256: 4151229B6E31DAE91D459BE70655417DD18E6B0869C9A72FEF08A5BB28D980B8 | sha512: 9BE1CA48ABFBCFB0964B25613E62EF75A5603876E84DD317D5946A96E1FFC64E219366B4635582D4C455212580E6B94A5DE54E5FFF6523792ABFA2BCF0E18A1E
tools\runtimes\win-x86\native\grpc_csharp_ext.x86.dll
md5: 5375B505F0463930EE8EA2254B477DEB | sha1: B114BC70840FCFD7BB60ECACFFA1944F23A459FF | sha256: F6A6B19A8EA19E51CD4FB8E120A8B3DF609429193653618E56D24C5D9704E56C | sha512: 2CE74BB9CAFB182E0052CEFBC5B40C0CEBC6DF31DF80DF59CD1BE9AFFAB53E274D75133327903FE3D8828F09225B20D48E3E2FC58BB58A4D17F542C5D6E7F7D4
tools\Start.cmd
# Set compatibilty flag so the application does not crash on e.g. Drag&Drop
set __COMPAT_LAYER=DisableUserCallbackException
echo %cd%
start "" logexpert.exe
exit
tools\VERIFICATION.txt
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.11.2/logexpert.1.11.2.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.11.2/LICENSE
tools\WeifenLuo.WinFormsUI.Docking.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "WeifenLuo.WinFormsUI.Docking/8.2.0": {
        "runtime": {
          "WeifenLuo.WinFormsUI.Docking.dll": {}
        }
      }
    }
  },
  "libraries": {
    "WeifenLuo.WinFormsUI.Docking/8.2.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\WeifenLuo.WinFormsUI.Docking.dll
md5: 690B6A547089B4C2132219FC67E1AE10 | sha1: 0CAB5AEF2700E20A7D6E94AFB0B95878B51E1123 | sha256: 04C0AE3AF670401A28BF641355823E3FC62320972E74634D5C3757594CEBAAB0 | sha512: 79FB6DBCDC4A0F48DE441B906CF45DFAE6B9454CDC223F356EDDC0E445CF7F54A7F996DFC9B5E9E91F53CDCF0A7D76D08B15392E51553FECDB92E904725D52AF

Log in or click on link to see number of positives.

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.11.2 231 Saturday, March 15, 2025 Approved
LogExpert 1.9.0 15008 Friday, August 12, 2022 Approved
LogExpert 1.8.7 17789 Sunday, May 10, 2020 Approved
LogExpert 1.8.5 1644 Friday, January 31, 2020 Approved
LogExpert 1.8.2 1929 Tuesday, October 8, 2019 Approved
LogExpert 1.8.1 709 Sunday, September 15, 2019 Approved
LogExpert 1.7.1 1236 Monday, June 10, 2019 Approved
LogExpert 1.7.0 832 Thursday, May 9, 2019 Approved
LogExpert 1.6.13 3182 Tuesday, May 22, 2018 Approved
LogExpert 1.6.10 897 Wednesday, March 14, 2018 Approved
LogExpert 1.4.4566.2 4015 Friday, September 6, 2013 Approved
LogExpert 1.4.4566.1 547 Thursday, August 29, 2013 Approved
LogExpert 1.4.4566 552 Thursday, August 29, 2013 Approved

Discussion for the LogExpert Package

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.
comments powered by Disqus