What is LOG_INFO?

For example:

LOG_INFO << "Event Number " << Bin_Event << ":" << endl;

I don’t know about this

This isn’t native in C++. Probably some sort of macro defined earlier in a program.

Most definitely a macro that expands to std::cout, std::err or a custom file stream.

oh!That’s possible

Thank you!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.