Kev has answered it correctly with the Microsoft Log Parser however recent innovations can make this easier to do.
There have recently been two new GUI wrappers for this that allow you to run the Log Parser in a GUI setting, which can be really helpful to quickly test out different queries and get columns names from your log file.
The first is from the Microsoft Exchange team and is called "Log Parser Studio". It main benefit is that it is written to run your queries a-sync so the UI thread doesn't lock while searching - this can be good as it doesn't feel like the app has crashed when running on large logs:
http://gallery.technet.microsoft.com/Log-Parser-Studio-cd458765
The second is my preferred and is Log Parser Lizard - this is an easier tool to use, but locks the UI while searching so can give you the feeling that it has crashed:
http://www.lizard-labs.net/log_parser_lizard.aspx