<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Writing loggers for command line test runner vstest.console.exe</title><link>http://blogs.msdn.com/b/vikramagrawal/archive/2012/07/26/writing-loggers-for-command-line-test-runner-vstest-console-exe.aspx</link><description>Command line test runner for VS 2012 comes with a parameter /logger where user can specify logger to be used. Two loggers shipped with VS are Console and Trx. Console logger is default logger that prints output of test execution to console window. Trx</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Writing loggers for command line test runner vstest.console.exe</title><link>http://blogs.msdn.com/b/vikramagrawal/archive/2012/07/26/writing-loggers-for-command-line-test-runner-vstest-console-exe.aspx#10416762</link><pubDate>Tue, 07 May 2013 18:51:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10416762</guid><dc:creator>Ray</dc:creator><description>&lt;p&gt;I was able to use a logger extension on the command line (vstest.console.exe) by simply having the dll in the TestWindow\Extensions folder and setting the /logger:CustomLoggerName argument.&lt;/p&gt;
&lt;p&gt;This is the logger I used, in case it helps to figure out your issue: &lt;a rel="nofollow" target="_new" href="https://github.com/JakeGinnivan/VSTest.TeamCityLogger"&gt;github.com/.../VSTest.TeamCityLogger&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10416762" width="1" height="1"&gt;</description></item><item><title>re: Writing loggers for command line test runner vstest.console.exe</title><link>http://blogs.msdn.com/b/vikramagrawal/archive/2012/07/26/writing-loggers-for-command-line-test-runner-vstest-console-exe.aspx#10413771</link><pubDate>Wed, 24 Apr 2013 20:14:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10413771</guid><dc:creator>Sarah - Evolution1</dc:creator><description>&lt;p&gt;I needed to write a logger for my company since I need more than the trx and tfs loggers give me, which I have done for the most part. &amp;nbsp;I am very confused on the installation of this. &amp;nbsp;I made it a vsix and installed it, and then called the logger and used /UseVSIXExtensions in the command line. &amp;nbsp;I also stuck the DLL in &amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Extensions&amp;quot;.&lt;/p&gt;
&lt;p&gt;Has anyone had success doing this and/or have any advice on this topic?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10413771" width="1" height="1"&gt;</description></item></channel></rss>