Mac log function names?

Did you see what TEXT() expands to? As you can see it’s just L so that doing TEXT(“Hello”) expands to L"Hello". I would imagine you want to use FName(func), however I think you want FUNCTION rather than func.