Composed Event Logger is an extendable, ready to use LabVIEW event logger. Injectable event destinations, referred to as 'sinks', log entry formats, and application wide error processing allow extension and customization.
Install this package through GPM
All API Public Methods are clearly marked in the source library
Inject one (or more) of several pre packed data sinks on initialization, or write your own
All internal references are safe from LabVIEW reference cleanup - each logger instance must be explicitly closed or it will continue to run after closing your application.
Several examples are included demonstrating various use cases and features of the API.
A complete set of VI Tester unit and integration tests is inlcuded with the package. Use the VI Tester interface to run the tests - VI Tester is not required to use the package.
All contributions must adhere to SOLID design principals.
All code must be unit tested to the extent reasonably possible.
Please contact the author if you want to contribute.
See the LICENSE.md file for details
Fixed bug in application logger launcher - broken VI could cause launcher to hang
Updated folder structure to match CS conventions, diagram disabled all broken code
added delayed stop
Added support for local log instance, updated Public API documentation
MIT License 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 (including the next paragraph) 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.