Where is ESP_LOGx in the docs?

I came across this structure in my search for solutions to my logger.log questions.

ESP_LOGx("custom", "This is a custom debug message");

But, I can’t find anything in the docs for this. Is it only applicable inside a lambda?