HSE Logger by Hampel Software Engineering - Toolkit for LabVIEW Download
A flexible and extensible logging system inspired by the Python logging module.

Version | 2.0.5.1 |
Released | Jan 26, 2021 |
Publisher | Hampel Software Engineering |
License | BSD License |
LabVIEW Version | LabVIEW>=14.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Documentation Repository |
Description
A flexible and extensible logging system inspired by the Python logging module.
For common logging tasks this logger library has a Quick-API which makes it very easy to integrate and use it in a project without caring about the LVOOP internals. The library provides five log levels (DEBUG, INFO, WARNING, ERROR, CRITICAL) and two targets for the output (file handler, event handler). Because of the LVOOP design it is flexibly usable and every part of it can be extended with custom child classes to implement new features.
This software is published under a free licence, you can use, modify and extend it as you wish. However, if you need commercial support please contact us. We also offer packages to extend the basic functionality (e.g. log rotate for files).
E-Mail: info@hampel-soft.com
More information is available at
https://dokuwiki.hampel-soft.com/code/open-source/hse-logger
The latest release version can be found at
https://gitlab.com/hampel-soft/open-source/hse-logger
Release Notes
Fixes
==============
Corrects the error handling of the log-helper VIs when the Logger is *not* initialized:
If there is no input error
* All helper VIs (DEBUG, INFO, WARNING, CRITICAL, ERROR) will output the "logger not initialized" error.
If there is an input error
* DEBUG, INFO and WARNING will output a duplicate of the input error (i.e. input-error passthrough)
* CRITICAL, ERROR will output a "logger not initialized error"
---
Special thanks to John Medland for this contribution!
Recent Posts
Add Palette to Library
First of all, thank you for sharing such a toolkit with the community! Let me, please, suggest one… by Ivan Yakushchenko, 2 years, 5 months ago, 4 |
|
HSE Logger - a short tutorial video?
This is a really cool new package! Wondering if you have a short tutorial video that shows it in ac… by VIPM Community, 2 years, 8 months ago, 3 |
|