Anyone know this notation?

What is log^2 n?

Is this squared? log(n)*log(n)
Or an iterated log? log(log(n))
Or something else?

I’ve never come across it before.