ErrorwarningsLog.txt not generated ????
-
Thursday, November 27, 2008 3:51 PMHi All,
Can someone assist me as to when does the ErrorsWarningsLog.txt file get generated in TFS Build 2005 ?
I am currently using the custom logging provided by TFS wherein all the errors and mesages gets logged into BuildLog.txt file. Additionally my custom MSBuild tasks also logs error/messages in this BuildLog using the methods
BuildEngine.LogErrorEvent(eventArgs) and BuildEngine.LogMessageEvent(eventArgs). But all of them seem to be logging into BuildLog.txt. I dont seem to understand under what circumstances does the ErrorsWarningsLog.txt gets generated (coz I cant find any such file in the build location)
One more question:
Is it possible to have the custom logger ALONG WITH the default logger provided by TFS? If yes, how?
Regards,
SP
All Replies
-
Tuesday, November 25, 2008 9:20 AMHi All,
Can someone assist me as to when does the ErrorsWarningsLog.txt file get generated in TFS Build 2005 ?
I am currently using the custom logging provided by TFS wherein all the errors and mesages gets logged into BuildLog.txt file. Additionally my custom MSBuild tasks also logs error/messages in this BuildLog using the methods
BuildEngine.LogErrorEvent(eventArgs) and BuildEngine.LogMessageEvent(eventArgs). But all of them seem to be logging into BuildLog.txt. I dont seem to understand under what circumstances does the ErrorsWarningsLog.txt gets generated (coz I cant find any such file in the build location)
Is it possible to have the custom logger ALONG WITH the default logger provided by TFS? If yes, how?
Regards,
SP- Merged by Bill.Wang Monday, December 01, 2008 4:13 AM The same question.
-
Monday, December 01, 2008 9:09 AMDoes anyone know anything about this?
-
Friday, December 05, 2008 9:36 PM
-
Wednesday, December 31, 2008 8:26 PMModerator
Sorry for the lack of response here. The blog post referenced by Swaha should allow you to attach a custom logger in addition to the default logger used by Team Build. As for your initial question on when ErrorsWarningsLog.txt gets generated - this file will typically only contain the compilation errors and warnings generated during the build, not other errors encountered during the course of the build (e.g. the errors you log from your custom MSBuild tasks).
-Aaron
http://blogs.msdn.com/aaronhallberg- Proposed As Answer by Bhavik Shah -Moderator Monday, January 05, 2009 10:50 PM

