How to express (x^2)*log(2+y)

Hello, everyone ! Do you know how to express this function in CVX?
(x^2)*log(2+y)
Thank you very much!

Presuming x and y are both optimization variables, (x^2)*log(2+y) is neither convex nor concave. Hence it can’t be used in CVX.