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:

43,622

Downloads of v 1.8.5:

1,616

Last Update:

31 Jan 2020

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.8.5 | Updated: 31 Jan 2020

Downloads:

43,622

Downloads of v 1.8.5:

1,616

Maintainer(s):

Software Author(s):

  • Zarunbal Previous:Hagen Raab

LogExpert 1.8.5

This is not the latest version of LogExpert available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

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.8.5'" [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.8.5'" 
$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.8.5'
    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.8.5'
end

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


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

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


package { 'logexpert':
  ensure   => '1.8.5',
  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 01 Feb 2020.

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


tools\ColumnizerLib.dll
md5: 2BB233095721624E52E753A2D3CA323A | sha1: 11B63F8E7191A8A75A77C5EFDB75FACFC629F07C | sha256: 69F93D172EB0B36F080AD8C0A238438F2F3B211CE81D7D307CA50C9ED674D301 | sha512: 41425B1693D2621FCD2AB85968105B17A86A94BE97127C910EF051CE68D514A000F5ACA17AEAA3F684DED651231A06183449A6ED732948B5F252FE0DB92713A3
tools\CookComputing.XmlRpcV2.dll
md5: D5975187FBC693B57E1A01B7582BBF95 | sha1: 5E685CCBCE4008D35A6CF4817C1D02B76D9A04D2 | sha256: E72557746A2282A74C1AA95421E0CF72B0D5F285874369AC7B6D15E960B193A1 | sha512: 9CB600554318295580C360D16BF1F684AC92F24B3535012EA0E77E162CE8D7614354A1FE7800C9D0C28104D53D2F1DB726DA77F355B9774297D4FDCAB407D06B
tools\LICENSE.txt
From: https://cdn.rawgit.com/zarunbal/LogExpert/v1.8.5/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.exe
md5: 6C22EE33ED9586876AF9F5211DB37CB8 | sha1: FF20846D87E364820FE0D3780CCFFD5258957656 | sha256: 6A0C39C85DF6DCEE0B9B35783C1DA6740F36A5D2302FC01614DF7680EA322444 | sha512: 12E688A7B5B138BFD9DE84EBFEC9BEAE44B94BD7711967820F7F88B8E915D8B30BF4936229B39546463C97F0D7B872153E3BEB324E89CBEBD1E8D560FD0881D2
tools\LogExpert.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>

  <configSections>
    <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog"/>
  </configSections>

  <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.7.2"/>
  </startup>
</configuration>
tools\LogExpert.exe.gui
 
tools\NLog.config
<?xml version="1.0" encoding="utf-8" ?>
<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"
      internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log">

  <!-- optional, add some variables
  https://github.com/nlog/NLog/wiki/Configuration-file#variables
  -->
  <variable name="myvar" value="myvalue"/>

  <!--
  See https://github.com/nlog/nlog/wiki/Configuration-file
  for information on customizing logging rules and outputs.
   -->
  <targets>

    <!--
    add your targets here
    See https://github.com/nlog/NLog/wiki/Targets for possible targets.
    See https://github.com/nlog/NLog/wiki/Layout-Renderers for the possible layout renderers.
    -->

    <!--
    Write events to a file with the date in the filename.
    <target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
            layout="${longdate} ${uppercase:${level}} ${message}" />
    -->
  </targets>

  <rules>
    <!-- add your logging rules here -->

    <!--
    Write all events with minimal level of Debug (So Debug, Info, Warn, Error and Fatal, but not Trace)  to "f"
    <logger name="*" minlevel="Debug" writeTo="f" />
    -->
  </rules>
</nlog>
tools\NLog.dll
md5: 7C88443C77F48352BDB42C04A9485CF5 | sha1: 58DA13D8C43225E09377111106D4B948E39B7657 | sha256: 8907FA618F51C88810FBE940AF934B63879EA1E47126780995335DADE975CC72 | sha512: 3CB294357E3472F6002200AF9673FB4F00AE3695C1E6DFDC12470ACE9BBA93968E45E8EB8C784EE7C59171408CEDB06892469CD958F558A542EDEF01572243BF
tools\plugins\AutoColumnizer.dll
md5: 1857564263F8552191195A7B3896DC27 | sha1: DC2575F3A05AA8F68ABB0C93D2054BF3B48C4F3C | sha256: 7B2F84B85F763D64A623039D8289228A1DFC033AD61AEFE86DE9ED10A1C82694 | sha512: F43342B410FDFA025177848F0FF1E7F32F01B1394A78821511535ACC94614FC935837A4A7E1B0452989BFFF6C4E2BFF21B8F131DA326B28DBBE32CB5260BF8E6
tools\plugins\ColumnizerLib.dll
md5: 2BB233095721624E52E753A2D3CA323A | sha1: 11B63F8E7191A8A75A77C5EFDB75FACFC629F07C | sha256: 69F93D172EB0B36F080AD8C0A238438F2F3B211CE81D7D307CA50C9ED674D301 | sha512: 41425B1693D2621FCD2AB85968105B17A86A94BE97127C910EF051CE68D514A000F5ACA17AEAA3F684DED651231A06183449A6ED732948B5F252FE0DB92713A3
tools\plugins\CsvColumnizer.dll
md5: CFA60972868603174FE292CDC07C85C7 | sha1: 46B5A3C7998D8FD013A308BC4CE4925E887B66E0 | sha256: CE2F28C38851C843C8D3C4173498EB01AF14B54E0B8B8855B965B7FDCE83BE4C | sha512: 9A6323E1B2D909458153BCB824F4CEDB669ABC72E293961C37F0FBF1F0DC1304EF930313A6DE9E749099865B2855B1BE89D0A4D3AF3CCE2062427FF285EEBAE6
tools\plugins\DefaultPlugins.dll
md5: E45894F12E96F61E4E573DEB688BEEF2 | sha1: 6DB574835267C657B346222CD6E68CD177F9EF5A | sha256: 4AE4CFD6AB590523F0039D536D67CC97A2D5962E5D19F5DB5FEF465BBF732FD1 | sha512: 45C5AE8A2E79F09F4F8BDD92AE20A13E8ABFF96C7E4251A9E398FD118F9CB946363B200553B7002646C7E9B848EF07776A0F993C7820C1D7A39C1F34DC8475FA
tools\plugins\FlashIconHighlighter.dll
md5: 1427B1AD26206A935858CB96E93D7E03 | sha1: EEA3BAC6921747EC0FA2EC4EA8B535E27516B2AD | sha256: 7CD61C87D54607B2993356EF847D1661E4C8B4D6CD569A49D3D2D9C955B64744 | sha512: 19E5186FD133AF0F9B774C0585FAADD749944C850CF3106EB725796D2C28CA176F582A069D600D0A61BA7627BB59AA90DA4C3BEE62C52C5A31090F143D39E5C8
tools\plugins\GlassfishColumnizer.dll
md5: 0A19FDE51EE36D229ECC562BFE9B856A | sha1: 436ABA812E5B84BEAFF7AFC0DE597AC6DFDE14E9 | sha256: 2E541EBFBB29C7292B19981EC7318480991FA02D8898C46CAE5F4D2573874798 | sha512: CC675AF5DE4DCBA5550771EB1D8AA2398D422ED10591D84AE8BA5BFCC79690C57E7AC4614B5E934EB8D914576B584FFDA8BCBB6A7491060EF9D7D6A8CC10FEDF
tools\plugins\JsonColumnizer.dll
md5: BDA051A259AD789D9BB6F0CB562EE80A | sha1: 7F6A515A1603EE08D7D10EC1A54F6C51139054F3 | sha256: 2FE13E3E08BCA28AAD6F4C613FD04BCEF83D79FE9DF145458DF6B61BBF749EAE | sha512: EE8BAC12ACA4888B59672944E8CA68BC290BB29902003517568DDA9C1091B9DD6ADAB0173E0F43C3F420AEA01CEE4DB44DBF58DCFB0E43146A9AAF375FD39A3D
tools\plugins\JsonCompactColumnizer.dll
md5: 32E6F4346F87F4E8B9038F0F88680B5F | sha1: 952E13F3FA9535420E7B39858724F43E8869FA7C | sha256: 2C7ABCFCAAA25CA79DEA396E9AC81E96262F88E433D74B566AB1BFE990A4D3FE | sha512: 939F02E542FF7BF989E7E8629342167DF27AA602DCB55F9B0B647802A13AE783414FCADE6FD9955D06B8EE3377267E721F7F6AA56A275F73335BB1C3EBEE91BA
tools\plugins\Log4jXmlColumnizer.dll
md5: C56AE0B9539ABC0AB46DA9FFD85B3B7C | sha1: 034935B689FA3A423D3D1E1E6D7EDF627EF9DDD2 | sha256: A4FCABACBEE428AD3C2989D68F050705DCA62C4C53FCD06515D83A7D7DE99E28 | sha512: A8361B8ABAD11E5F5342D19BDCCF1EB4C793849F61462F1CFA9CD8AFC5C56211D15DC75DAAF10E6484A5FD14C0267C711DA74C77E551A65CB90E82A3302D345E
tools\plugins\LumenWorks.Framework.IO.dll
md5: 2EEB18815258B8B4BE0C9C539101455A | sha1: 5271C8BB1965FF05817D1FE20FDF81DD3C5F2D60 | sha256: A6B951AFC7936099BA7A396B3F33E98E501CAFFAFA4046AF63E17BBFD6EE4499 | sha512: 872DDC9931791F38B9C64BA5D82FA2730F1DF472D21F48B455D7F0C0A7D6A2848CE71214F0CE6AA472B4C60EF1B636BCE5DD0ED8220F42B9762E3CAC7DC3485E
tools\plugins\Newtonsoft.Json.dll
md5: 4DF6C8781E70C3A4912B5BE796E6D337 | sha1: CBC510520FCD85DBC1C82B02E82040702ACA9B79 | sha256: 3598CCCAD5B535FEA6F93662107A4183BFD6167BF1D0F80260436093EDC2E3AF | sha512: 964D9813E4D11E1E603E0A9627885C52034B088D0B0DFA5AC0043C27DF204E621A2A654445F440AE318E15B1C5FEA5C469DA9E6A7350A787FEF9EDF6F0418E5C
tools\plugins\RegexColumnizer.dll
md5: EFC60A6261202BCAE096D1AD02100A60 | sha1: 8D0E5BCA58ADEFCCB61FB2857560CFE74D0B3343 | sha256: 558A4EF94B7BAB23FA5F7E1103AD99F4009E40FE23C09032F1C99C08C61122BD | sha512: 811858CC7043B88D5B8C92B54FF17C866771182B582FEABC059C210F57B71067308C6C98266D7915A994323EDCC988AC53648238C90EFA4ADDB32039FB7B5852
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.8.5/logexpert.1.8.5.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.8.5/LICENSE
tools\WeifenLuo.WinFormsUI.Docking.dll
md5: A3924A2DAE8C0BE88B83AE1571952420 | sha1: 908E5FB71574C51F9F6B97962151F65EC5197983 | sha256: 5226E3B7A8C8B9EDFC8A319B1E4C5DFDEA9F8432560012F7BCC1FCE64669DA61 | sha512: CDF5D55C961312904E77422F83ABA136FE3A0393E8F5AD64F9CBEC9FE928A18323BEF187500F4C6DBE8881DDFB5AC402E0F8E191F2581369675586ADD1D13003

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.8.7 17738 Sunday, May 10, 2020 Approved
LogExpert 1.8.5 1616 Friday, January 31, 2020 Approved
LogExpert 1.8.2 1895 Tuesday, October 8, 2019 Approved
LogExpert 1.8.1 670 Sunday, September 15, 2019 Approved
LogExpert 1.7.1 1208 Monday, June 10, 2019 Approved
LogExpert 1.7.0 804 Thursday, May 9, 2019 Approved
LogExpert 1.6.13 3147 Tuesday, May 22, 2018 Approved
LogExpert 1.6.10 870 Wednesday, March 14, 2018 Approved
LogExpert 1.4.4566.2 3990 Friday, September 6, 2013 Approved
LogExpert 1.4.4566.1 521 Thursday, August 29, 2013 Approved
LogExpert 1.4.4566 522 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