DQMH Consortium Toolkits Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Logging Module Activity

Hi,

 

I am trying to create a tool to log the activity of the module at runtime. I had a thought like, it would be better to provide an option to log all the events, along with argument to a file(which can be enabled/disables as per need).

 

Regards,

Bharath

Thanks & Regards,
Bharath Kumar
GCentral
0 Kudos
Message 1 of 2
(2,400 Views)

There's a question in there somewhere, I guess, but I can't find it 😉

 

We use a logger that's modelled after Python's logging library. It's a set of VIs living outside DQMH in our generic library, and we use it to log events and errors during startup and shutdown (when the modules are not loaded or ready), amongst other things. We do not trace each and every message (event and/or queue element)!

 

There are some overlaps between DQMH's status/error broadcasts and our logging library, though...




DSH Pragmatic Software Development Workshops (Fab, Steve, Brian and me)
Release Automation Tools for LabVIEW (CI/CD integration with LabVIEW)
HSE Discord Server (Discuss our free and commercial tools and services)
DQMH® (The Future of Team-Based LabVIEW Development)


0 Kudos
Message 2 of 2
(2,383 Views)