Downloads:
1,747
Downloads of v 1.5.3.1583:
1,136
Last Update:
08 Oct 2019
Package Maintainer(s):
Software Author(s):
- PROSA GmbH
Tags:
log4view logging- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Log4View (Install)
- 1
- 2
- 3
1.5.3.1583 | Updated: 08 Oct 2019
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,747
Downloads of v 1.5.3.1583:
1,136
Maintainer(s):
Software Author(s):
- PROSA GmbH
Log4View (Install) 1.5.3.1583
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by PROSA GmbH. The inclusion of PROSA GmbH trademark(s), if any, upon this webpage is solely to identify PROSA GmbH goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Log4View (Install), run the following command from the command line or from PowerShell:
To upgrade Log4View (Install), run the following command from the command line or from PowerShell:
To uninstall Log4View (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download log4view --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade log4view -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade log4view -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install log4view
win_chocolatey:
name: log4view
version: '1.5.3.1583'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'log4view' do
action :install
source 'INTERNAL REPO URL'
version '1.5.3.1583'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller log4view
{
Name = "log4view"
Version = "1.5.3.1583"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'log4view':
ensure => '1.5.3.1583',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator flcdrg on 19 Oct 2019.
LOG4VIEW is the powerful log viewer for log4net, NLog and log4j
It can help you to locate critical sequences, find bugs and identify performance issues. Powerful filtering techniques allow you to quickly strip down millions of log messages to the extract you are currently interested in. Support engineers can find user-reported issues within seconds while developers still have access to the full scope of log messages.
Use the standard logging frameworks log4net and log4j in your .NET and Java based applications
LOG4VIEW is designed to work with log4net and log4j, the common logging frameworks for managed applications. Using these open source frameworks keeps your development team flexible and independent.
Monitor your distributed and multi-threaded applications in real-time
LOG4VIEW visualizes log4net and log4j output from local applications and also connects to distributed and remote applications. Log messages of separate applications can be shown in different windows or be consolidated in a single view to understand the complex interactions of interconnected applications.
Quickly inspect log files from customers and locate user-reported issues
LOG4VIEW is able to read a group of consecutive log files all at once and can process several hundred thousand log messages very quickly. Simple and powerful filter techniques facilitate the selection of the relevant log messages. Predefined and configurable colors turn your attention to the relevant items.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'log4view*'
fileType = 'exe'
silentArgs = '/S'
validExitCodes= @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 2) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
From: Installer window
LICENSE
Log4View License Agreement
Log4View is Copyright (c) 2006 - 2018 by PROSA GmbH, D-86316 Friedberg, Germany
This license agreement applies to all editions of Log4View.
Terms and Conditions
By downloading, installing, using, transmitting, distributing or copying LOG4VIEW ("The Software"), you agree to the terms of this agreement (including the software license and disclaimer of warranty) with PROSA GmbH ("PROSA"), the owner of all rights in respect of the software.
Please read this document carefully before using the software.
If you do not agree to any of the terms of this license then do not download, install, use, transmit, distribute or copy the software.
This document constitutes a license to use the software on the terms and conditions appearing below.
The Software is licensed to you for use only upon the terms of this license, and PROSA reserves all rights not expressly granted to you. PROSA retains ownership of all copies of the Software.
1. License
You may distribute exact copies of Log4View to anyone.
Log4View Community Edition may be used free of charge for noncommercial purposes.
Each license of Log4View Professional Edition may be installed on a single computer or may be used by a single developer. If a license is used by a single developer, the software may be installed on up to three computers as long as the licensed developer is the sole principal user of that computer.
2. Restrictions
You may not modify, adapt, translate, rent, lease, loan, sell, request donations or create derivate works based upon the software or any part thereof.
The software contains trade secrets and to protect them you may not decompile, reverse engineer, disassemble or otherwise reduce the software to a humanly perceivable form. You agree not to divulge, directly or indirectly, until such trade secrets cease to be confidential, for any reason not your own fault.
3. Termination
This license is effective until terminated. The License will terminate automatically without notice from PROSA if you fail to comply with any provision of this license. Upon termination you must destroy the software and all copies thereof. You may terminate this license at any time by destroying the software and all copies thereof. Upon termination of this license for any reason you shall continue to be bound by the provisions of Section 2 above. Termination will be without prejudice to any rights PROSA may have as a result of this agreement.
4. Disclaimer of Warranty, Limitation of Remedies
TO THE FULL EXTENT PERMITTED BY LAW, PROSA HEREBY EXCLUDES ALL CONDITIONS AND WARRANTIES, WHETHER IMPOSED BY STATUTE OR BY OPERATION OF LAW OR OTHERWISE, NOT EXPRESSLY SET OUT HEREIN. THE SOFTWARE, AND ALL ACCOMPANYING FILES, DATA AND MATERIALS ARE DISTRIBUTED "AS IS" AND WITH NO WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED. PROSA DOES NOT WARRANT, GUARANTEE OR MAKE ANY REPRESENTATIONS REGARDING THE USE, OR THE RESULTS OF THE USE, OF THE SOFTWARE WITH RESPECT TO ITS CORRECTNESS, ACCURACY, RELIABILITY, CURRENTNESS OR OTHERWISE. THE ENTIRE RISK OF USING THE SOFTWARE IS ASSUMED BY YOU. PROSA MAKES NO EXPRESS OR IMPLIED WARRANTIES OR CONDITIONS INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE WITH RESPECT TO THE SOFTWARE. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY PROSA, IT'S DISTRIBUTORS, AGENTS OR EMPLOYEES SHALL CREATE A WARRANTY, AND YOU MAY NOT RELY ON ANY SUCH INFORMATION OR ADVICE.
IMPORTANT NOTE: Nothing in this Agreement is intended or shall be construed as excluding or modifying any statutory rights, warranties or conditions which by virtue of any national or state Fair Trading, Trade Practices or other such consumer legislation may not be modified or excluded. If permitted by such legislation, however, PROSA's liability for any breach of any such warranty or condition shall be and is hereby limited to the supply of the software licensed hereunder again as PROSA at its sole discretion may determine to be necessary to correct the said breach.
IN NO EVENT SHALL PROSA BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, AND THE LOSS OF BUSINESS INFORMATION OR COMPUTER PROGRAMS), EVEN IF PROSA OR ANY PROSA REPRESENTATIVE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN ADDITION, IN NO EVENT DOES PROSA AUTHORISE YOU TO USE THE SOFTWARE IN SITUATIONS WHERE FAILURE OF THE SOFTWARE TO PERFORM CAN REASONABLY BE EXPECTED TO RESULT IN A PHYSICAL INJURY, OR IN LOSS OF LIFE. ANY SUCH USE BY YOU IS ENTIRELY AT YOUR OWN RISK, AND YOU AGREE TO HOLD PROSA HARMLESS FROM ANY CLAIMS OR LOSSES RELATING TO SUCH UNAUTHORISED USE.
5. General
All rights of any kind in the Software which are not expressly granted in this Agreement are entirely and exclusively reserved to and by PROSA.
This Agreement shall be governed by the laws of the Federal Republic of Germany. Exclusive jurisdiction and venue for all matters relating to this Agreement shall be in courts and fora located in the Federal Republic of Germany, and you consent to such jurisdiction and venue. This agreement contains the entire Agreement between the parties hereto with respect to the subject matter hereof, and supersedes all prior agreements and/or understandings (oral or written). Failure or delay by PROSA in enforcing any right or provision hereof shall not be deemed a waiver of such provision or right with respect to the instant or any subsequent breach. If any provision of this Agreement shall be held by a court of competent jurisdiction to be contrary to law, that provision will be enforced to the maximum extent permissible and the remaining provisions of this Agreement will remain in force and effect.
md5: 106FF26C8962459D4D8797FF9A3DF514 | sha1: 8579D8729DDE22D7C418668E43812F4EAB5EC8BF | sha256: 664001467ED7F06C1B46A203CA38610955830819601A74EC0124BF841FE467CA | sha512: E1F318DA3ED5384DF08900D77CDE97A6BB3541F59A28682A9DCFC08948CF77AC971E999B158602AF3C642D94EAB9E4AD5E46D0C894776C82177D1C4ADEC82AFD
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Download http://www.log4view.com/fileadmin/user_upload/log4view/Log4ViewSetup.exe and
compare SHA256 hash. Binary was only included because there was no direct link
to a specific version and a new installer on the same link would break the package.
Log in or click on link to see number of positives.
- log4view.1.5.3.1583.nupkg (6a4ea7702f4b) - ## / 61
- Log4ViewSetup.exe (664001467ed7) - ## / 70
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 |
---|---|---|---|---|
Log4View (Install) 1.5.3.1583 | 1136 | Tuesday, October 8, 2019 | Approved | |
Log4View (Install) 1.4.4.1461 | 333 | Thursday, March 14, 2019 | Approved | |
log4view (Install) 1.4.3 | 278 | Wednesday, February 27, 2019 | Approved |
2019 PROSA GmbH
-
- dotnetfx (≥ 4.7.1)
Ground Rules:
- This discussion is only about Log4View (Install) and the Log4View (Install) 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 Log4View (Install), 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.