Hi, in C++ I’m able to inherit a class by Loggable<> to add additional infromation in the Output.log. So far I only found the Eclr.Log class, but which is not the same like the Loggable<> class. Is there another way?
Hi, in C++ I’m able to inherit a class by Loggable<> to add additional infromation in the Output.log. So far I only found the Eclr.Log class, but which is not the same like the Loggable<> class. Is there another way?