Code for logger entry

I was wondering what the 0 refers to in this line. When I highlight logInfo its referenced as the second VAR_INPUT. It says its code for logger entry. Would this refer to the severity of the log?

Thanks

Hi Troy,

Do you know which function type logInfo is? If you right-click on the function and then click “Go to Datatype” you will be taken to the function definition which will tell you what each input is for. If this function is from an official B&R library, it will be documented further in the Automation Studio help.

I’m positive that library is an user library developed in US in the past.

Hi @Troy_Dewey , have you found solution for your issue? can you update us?

It was more curiosity than an issue. I am guessing it is how the logger determines the severity of an entry. Errors/Warnings/Informations/Successes.

Could be, but for this you have to drill down into the logInfo function. What type is it—is it B&R or a user function? If is it user function do you have source files?

…closed by moderator.