User Tools

Site Tools


code:open-source:hse-logger:comfort-vis

13 Comfort VIs

The HSE Logger is based on an object-oriented architecture, so you can instantiate any number of logging objects and wire them as you see fit.

Additionally, the HSE Logger comes with a “comfort feature”: You can instantiate a global logging object and use the Comfort VIs in your code. This eliminates the need for wiring the logging object into all the places you want to augment with logging. See the Example for more details on this.

DEBUG

INFO

WARNING

ERROR

CRITICAL


Error Handling

ERROR and CRITICAL will only log in case of error:

DEBUG, INFO and WARNING will always create a log entry:

code/open-source/hse-logger/comfort-vis.txt · Last modified: 2024/01/12 09:57 by joerg.hampel