I am studying Digital Design and Computer Architecture by David Money Harris and Sarah L. Harris.
My professor asked searching the name of this symbol.
He says this symbol means to select the smallest number which is bigger than $\log N$.
Please help me.

This is the ceiling function $\lceil x\rceil$ defined (for $x\in\mathbb R$) to be the smallest integer $\geq x$.
There is also the corresponding floor function $\lfloor x\rfloor$, which is the largest integer $\leq x$.