Hi,
I have an IndexBuilderExtender and would like to log towards Diagnostics to determine when a certain condition is met (I know I need to be careful not to do it for every instance).
Is there a way for me to do that?
Best Regards,
Nuno Aguiar
Hi,
I have an IndexBuilderExtender and would like to log towards Diagnostics to determine when a certain condition is met (I know I need to be careful not to do it for every instance).
Is there a way for me to do that?
Best Regards,
Nuno Aguiar
System.Diagnostics.LogManager.System.GetLogger(LogCategory.Application, "Nuno").Error(message, ex)/Info/etc;
Thanks Nicolai
You must be logged in to post in the forum