Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
988
Downloads of v 2.11.0.0:
25
Last Update:
24 Dec 2020
Package Maintainer(s):
Software Author(s):
- Daniele Pistollato IW3HMH
- Terry G4POP
- Chuck K7PT
- Rolf LA9FFA
- Doug W7DRM
- Peter G3ZSS
- Claus OE6CLD
Tags:
log4om log HAM radio amateur- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Log4OM (Portable)
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
988
Downloads of v 2.11.0.0:
25
Maintainer(s):
Software Author(s):
- Daniele Pistollato IW3HMH
- Terry G4POP
- Chuck K7PT
- Rolf LA9FFA
- Doug W7DRM
- Peter G3ZSS
- Claus OE6CLD
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
Dotnet4.6.2 is exempted of verification because it requires a reboot after KB2919355.
To install Log4OM (Portable), run the following command from the command line or from PowerShell:
To upgrade Log4OM (Portable), run the following command from the command line or from PowerShell:
To uninstall Log4OM (Portable), run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
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://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
choco download log4om.portable --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade log4om.portable -y --source="'STEP 3 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 log4om.portable -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure log4om.portable installed
win_chocolatey:
name: log4om.portable
state: present
version: 2.11.0.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'log4om.portable' do
action :install
version '2.11.0.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: log4om.portable,
Version: 2.11.0.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller log4om.portable
{
Name = 'log4om.portable'
Ensure = 'Present'
Version = '2.11.0.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'log4om.portable':
provider => 'chocolatey',
ensure => '2.11.0.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install log4om.portable version="2.11.0.0" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 24 Dec 2020.
Log4OM is developed by IW3HMH Daniele Pistollato.
Software focused on Ham Radio activity and requires very low resources from the host computer.
It has been tested on all Windows operating systems from Windows Vista to the latest version available. Log4Om runs on Window Tablets with its full features and can be executed from a memory stick, it’s installation doesn’t use system registry to store information. Windows XP SP3 support terminated with release 1.32.1
Note
Users of Log4OM version 1 must export an ADIF file from version 1 and import it into version 2 once a database has been created in version 2 as described in Quick_Start_Guide.pdf.
Features
- Interfaced with QRZ.COM and HAMQTH.COM for rapid searches and QSO data enhancements (massive (Bulk) updates are supported).
- Innovative graphic DX Cluster management, with SPOT real time view on world map and auto tuning of the radio with CAT support.
- Super Cluster: An alternative cluster based on online data sent by users to HRDLog.net
- Complete and unique SOTA support
- MySQL support for large databases and multi operator operations.
- CAT support for numerous radios, through HAMLIB and OMNIRIG
- Cluster integrated with propagation informations by HRDLog.net
- ADIF import and ADIF / Excel (csv) / PDF export
- Integrated with E-QSL, LOTW, ClubLog, HRDLog.net, HamQth, QRZ.COM, SOTA, IOTA
- Complete log searching features, Log4OM enables the OM to update QSO’s offline with updated information.
- Optimized for “paper to electronic” log conversion, with features that drammatically speed up the time taken to insert a QSO (auto-time functions with predefined QSO separations, automatically set timings for fast pile-up management)
- Language selectable English or Italian
- Complete label print feature
- SO2R support
- Innovative NET CONTROL support
- Complete statistics set with support for main awards (ARRL and RSGB IOTA)
- Full K1EL Winkeyer Support
- Huge Award System with more than 50 official awards and an infinite number of user created awards
- Resources and external services are automatically updated
- Software Voice Keyer
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\Log4OM2_2_11_0_0_portable.zip"
}
Get-ChocolateyUnzip @packageArgs
Remove-Item $packageArgs.file
# Install start menu shortcuts
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs 'Log4OM 2.lnk'
$targetPath = Join-Path $toolsDir 'portable\L4ONG.exe'
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
$shortcutFilePath = Join-Path $programs 'Log4OM NG Config Manager.lnk'
$targetPath = Join-Path $toolsDir 'Portable\L4ONG.ConfigManager.exe'
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
Write-Warning 'Users of Log4OM version 1 must export an ADIF file from version 1 and import it into version 2 once a database has been created in version 2 as described in Quick_Start_Guide.pdf.'
$ErrorActionPreference = 'Stop'
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs 'Log4OM 2.lnk'
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
$shortcutFilePath = Join-Path $programs 'Log4OM NG Config Manager.lnk'
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
From: https://www.log4om.com/l4ong/usermanual/Log4OMNG_ENU.pdf
LICENSE
The software is freely downloadable at https://www.log4om.comand its use is free of charge and available for any purpose.
md5: E3143D9D532B0C01E78CCC7A01A73D23 | sha1: B3B7C78634E022EBBCDAC133F5FA94A6A173F597 | sha256: 848F153854382747719371FF866DA785F0462E1D5727535C7F0B78D605EF87C3 | sha512: EB17C12DA36BBC70DE0E026275EDA01ED34B490B2AEBEDBA0D98BA64D42749A2E50BE62880F9732B69DC89ED1F99EE1DB0001C23C7F4639BE4DC675C5571E723
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. Download:
x32: https://www.log4om.com/l4ong/release/Log4OM2_2_11_0_0_portable.zip
x64: https://www.log4om.com/l4ong/release/Log4OM2_2_0_0_0.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: 848F153854382747719371FF866DA785F0462E1D5727535C7F0B78D605EF87C3
checksum64: 334ADD564B72479BEF2017B9829AA9D3CD39B1CD530FE6CBB68DFBC038528FBD
File 'LICENSE.txt' is obtained from:
https://www.log4om.com/l4ong/usermanual/Log4OMNG_ENU.pdf
Log in or click on link to see number of positives.
- CookComputing.XmlRpcV2.dll (9cb43419715a) - ## / 69
- System.Numerics.Vectors.dll (1d3ef8698281) - ## / 69
- Newtonsoft.Json.dll (7f912b28a07c) - ## / 69
- Common.Logging.Core.dll (3d806326bfce) - ## / 67
- Common.Logging.dll (2155289b62e2) - ## / 68
- GMap.NET.Core.dll (58c755fcfc65) - ## / 68
- GMap.NET.WindowsForms.dll (741e1a8f0586) - ## / 70
- INIFileParser.dll (f81ba0dd987d) - ## / 69
- Renci.SshNet.dll (f6315ed14643) - ## / 70
- libgcc_s_sjlj-1.dll (3be6b4bf92d1) - ## / 60
- libusb-1.0.dll (20e5ce87947c) - ## / 66
- libwinpthread-1.dll (06fd94931cac) - ## / 67
- NAudio.dll (bc4bacc3b8b2) - ## / 70
- System.Buffers.dll (accccfbe45d9) - ## / 69
- System.Runtime.CompilerServices.Unsafe.dll (f6ef966d019b) - ## / 69
- System.Memory.dll (8e76318e8b06) - ## / 68
- BouncyCastle.Crypto.dll (5b34a7d3f968) - ## / 68
- K4os.Hash.xxHash.dll (110f348b5056) - ## / 68
- Ubiety.Dns.Core.dll (bdb96acd9124) - ## / 70
- Zstandard.Net.dll (b00ffd69f3ad) - ## / 70
- dvoa.dll (d3fdd93a5409) - ## / 71
- EntityFramework.dll (ff42bca70460) - ## / 70
- EntityFramework.SqlServer.dll (a960dd4d2f0f) - ## / 70
- System.Data.SQLite.dll (7a4dde948b57) - ## / 67
- System.Data.SQLite.EF6.dll (98336693c50d) - ## / 67
- System.Data.SQLite.Linq.dll (160361e6418b) - ## / 70
- SQLite.Interop.dll (1d534617b383) - ## / 69
- SQLite.Interop.dll (4870018813ef) - ## / 70
- libhamlib-2.dll (6af9f43d5d7c) - ## / 71
- rigctl.exe (6d1c5bff128e) - ## / 72
- rigctld.exe (b36447fb63ca) - ## / 73
- rigmem.exe (8945682cfba8) - ## / 68
- rigsmtr.exe (d329b60ff8e4) - ## / 65
- rigswr.exe (042d099c179f) - ## / 69
- rotctl.exe (a5771172b95e) - ## / 72
- rotctld.exe (7a7aafa53547) - ## / 68
- itext.io.dll (9fb6569c1f30) - ## / 69
- itext.kernel.dll (58033d5a5fa1) - ## / 69
- itext.layout.dll (0ba9331de8b1) - ## / 67
- MySql.Data.dll (421ca313ed7a) - ## / 66
- ObjectListView.dll (0b94b3824761) - ## / 68
- SuperSocket.ClientEngine.dll (9863a8ca0fd5) - ## / 70
- WebSocket4Net.dll (a8550b9c7b68) - ## / 70
- EPPlus.dll (b7114e286868) - ## / 65
- Google.Protobuf.dll (b5ee5f0757af) - ## / 69
- K4os.Compression.LZ4.dll (ec7bab574e66) - ## / 70
- K4os.Compression.LZ4.Streams.dll (4c3b7384f1d5) - ## / 70
- Microsoft.Extensions.Caching.Abstractions.dll (480432ecb662) - ## / 70
- Microsoft.Extensions.Caching.Memory.dll (767dcedad171) - ## / 70
- Microsoft.Extensions.DependencyInjection.Abstractions.dll (a8777181e074) - ## / 69
- Microsoft.Extensions.Logging.Abstractions.dll (3c153920d012) - ## / 70
- Microsoft.Extensions.Options.dll (70a0196fbc61) - ## / 67
- Microsoft.Extensions.Primitives.dll (e9e58d26639b) - ## / 70
- NLog.dll (35fcae87873c) - ## / 69
- log4om.portable.2.11.0.0.nupkg (6b8f3d53be2b) - ## / 61
- Log4OM2_2_11_0_0_portable.zip (848f15385438) - ## / 58
- L4ONG.AW.dll (530d5d64c8bc) - ## / 70
- L4ONG.BE.dll (84b47612db29) - ## / 70
- L4ONG.BL.AWARDS.dll (68140cae8e3c) - ## / 69
- L4ONG.BL.CAT.dll (6e32754b67a5) - ## / 63
- L4ONG.BL.CLUSTER.dll (6b10f63b6730) - ## / 69
- L4ONG.BL.DATASEARCH.dll (82edf6ff3df3) - ## / 67
- L4ONG.BL.dll (35aae98c86ac) - ## / 70
- L4ONG.BL.FLDIGI.dll (c8d002b6beec) - ## / 69
- L4ONG.BL.INIT.dll (d2ac35db7630) - ## / 70
- L4ONG.BL.VOACAP.dll (5af30f258cde) - ## / 69
- L4ONG.BL.WINKEYER.dll (649f1bd58a11) - ## / 68
- L4ONG.BL.WORKEDBEFORE.dll (75685c304bc4) - ## / 69
- L4ONG.CAT.dll (e9e928954081) - ## / 70
- L4ONG.Cluster.dll (004b0295a2ac) - ## / 54
- L4ONG.Common.dll (467545fcef10) - ## / 70
- L4ONG.ConfigManager.exe (63f092d357c7) - ## / 70
- L4ONG.Controls.dll (ddff0985ecdc) - ## / 70
- L4ONG.DAL.AWARDS.dll (544543f74b74) - ## / 70
- L4ONG.DAL.dll (d14923d75c5d) - ## / 70
- L4ONG.DAL.INTERFACES.dll (078457b4539f) - ## / 70
- L4ONG.DAL.MYSQL.dll (5f4e64a6287c) - ## / 70
- L4ONG.DAL.SQLITE.dll (83fc84d1752f) - ## / 70
- L4ONG.exe (2ab29ad1bbec) - ## / 70
- L4ONG.FL.dll (063770259555) - ## / 70
- L4ONG.Framework.dll (1715f53ec094) - ## / 68
- L4ONG.Logger.dll (d53255d4ea07) - ## / 67
- L4ONG.OUTPUT.dll (953e4f10af85) - ## / 70
- L4ONG.Storage.dll (2adb90855fef) - ## / 70
- L4ONG.TALK.dll (97d03a1ca68a) - ## / 69
- L4ONG.TCPServer.dll (6fc540ce51c5) - ## / 68
- L4ONG.VOACAP.dll (8563adffdf4c) - ## / 69
- L4ONG.Webpage.dll (b309c9ea0449) - ## / 70
- L4ONG.Winkeyer.dll (239bf1ff9514) - ## / 69
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Log4OM (Portable) 2.11.0.0 | 25 | Thursday, December 24, 2020 | Approved |
Log4OM (Portable) 2.10.0.0 | 29 | Wednesday, November 18, 2020 | Approved |
Log4OM (Portable) 2.9.0.0 | 38 | Monday, September 14, 2020 | Approved |
Log4OM (Portable) 2.8.0.0 | 52 | Thursday, July 2, 2020 | Approved |
Log4OM (Portable) 2.7.0.0 | 34 | Monday, June 8, 2020 | Approved |
Log4OM (Portable) 2.6.1.0 | 54 | Friday, May 15, 2020 | Approved |
Log4OM (Portable) 2.5.0.0 | 63 | Tuesday, April 21, 2020 | Approved |
Log4OM (Portable) 2.4.0.0 | 91 | Wednesday, March 4, 2020 | Approved |
Log4OM (Portable) 2.3.0.0 | 67 | Monday, February 3, 2020 | Approved |
Log4OM (Portable) 2.2.0.0 | 45 | Sunday, January 26, 2020 | Approved |
Log4OM (Portable) 2.1.0.0 | 48 | Tuesday, January 21, 2020 | Approved |
Log4OM (Portable) 2.0.0.0 | 31 | Friday, January 17, 2020 | Approved |
Log4OM (Portable) 1.40.0 | 49 | Thursday, October 24, 2019 | Approved |
Log4OM (Portable) 1.39.0 | 95 | Thursday, August 15, 2019 | Approved |
Log4OM (Portable) 1.38.0 | 79 | Saturday, June 15, 2019 | Approved |
Log4OM (Portable) 1.37.0 | 84 | Monday, May 27, 2019 | Approved |
Log4OM (Portable) 1.36.0 | 104 | Friday, March 8, 2019 | Approved |
2011-2012 Daniele Pistollato
MAINTENANCE RELEASE
- Added support to QARTest direct QSO import in Log4OM Communicator (Inbound settings, default port is 9458)
- Added support to N1MM direct QSO import (UDP Broadgast -> CONTACT option in N1MM settings) in Log4OM Communicator (Inbound settings, default port 12060)
- Added new CAT mode in settings (Source: N1MM – selection: External) that overrides Omnirig and Hamlib (requires a running communicator instance)
- Set autofocus over search fields of QSO Management and QSL Management forms
- Added Aircraft Scatter in the propagation mode list and moved the whole list to external configuration file (propagation.csv)
Ground Rules:
- This discussion is only about Log4OM (Portable) and the Log4OM (Portable) 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 Log4OM (Portable), 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.