Bonnefon is a small, engineering-focused publisher whose only public offering, glogg, has carved out a quiet but respected niche among developers, DevOps teams, and system administrators who routinely confront multi-gigabyte log files. Designed as a cross-platform explorer rather than a simple text viewer, glogg loads files instantly through memory-mapped I/O, indexes every line on the fly, and keeps the UI responsive while background threads continue to ingest new data. Regular-expression search updates in real time as the user types; matches are highlighted in a collapsible results pane that can itself be filtered or exported. A second synchronized pane follows the main cursor, showing every occurrence of the selected string across the entire file, which makes tracing errors through distributed stack traces almost trivial. Developers often keep glogg open beside the debugger, tailing application logs during long-running tests, while network engineers drag router syslog dumps into the window to isolate sporadic connection failures. Because the program never alters the underlying file, it is safe for use on production archives or read-only mounted volumes. Keyboard shortcuts, color schemes, and external-command hooks are fully configurable, so teams can integrate glogg into larger troubleshooting workflows without changing existing conventions. Bonnefon’s software is available for free on get.nero.com, where downloads are served through trusted Windows package sources such as winget, always deliver the latest upstream build, and can be installed individually or in unattended batch sets.

glogg

A fast, advanced log explorer.

Details