Where to see CCLOG in visual studio?

I use Visual Studio 2012. In order to log I have used CCLOG like this:

     CCLOG(" >>>>>>>>>>>>> _________ INIT GAME _________");

I have checked COCOS2D_DEBUG=1 in Preprocessor Definitions in the options of the project. But I can’t see logs. Where should I look for them? What window, which tab?

Ctrl + W (release W) + O

I have installed Visual Assist and also Productivity Power Tools 2012 and therefore Ctrl+W; Ctrl+O opens “File Open” dialog. What other options do I have?

View -> Output

If you mean the place where you see compile logs, then I does not work. I see there nothing of my logs :frowning:

There’s a dropdown list labeled “Show output from:” --> select appropriate one (I can’t recall how it’s named…).

Where is that list? What I have to select? Please help. I have googled about 30 minutes.

http://i0.simplest-image-hosting.net/picture/untitled164.jpg

Show output from: Debug did the work! Thanks @kuhar :)!