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.