Class MSBuildLogger
Inheritance
MSBuildLogger
Assembly: xunit.runner.msbuild.net452.dll
Syntax
public class MSBuildLogger : IRunnerLogger
Constructors
|
Improve this Doc
View Source
MSBuildLogger(TaskLoggingHelper)
Declaration
public MSBuildLogger(TaskLoggingHelper log)
Parameters
Properties
|
Improve this Doc
View Source
LockObject
Declaration
public object LockObject { get; }
Property Value
|
Improve this Doc
View Source
Log
Declaration
public TaskLoggingHelper Log { get; }
Property Value
Methods
|
Improve this Doc
View Source
LogError(StackFrameInfo, String)
Declaration
public void LogError(StackFrameInfo stackFrame, string message)
Parameters
| Type |
Name |
Description |
| StackFrameInfo |
stackFrame |
|
| String |
message |
|
|
Improve this Doc
View Source
LogImportantMessage(StackFrameInfo, String)
Declaration
public void LogImportantMessage(StackFrameInfo stackFrame, string message)
Parameters
| Type |
Name |
Description |
| StackFrameInfo |
stackFrame |
|
| String |
message |
|
|
Improve this Doc
View Source
LogMessage(StackFrameInfo, String)
Declaration
public void LogMessage(StackFrameInfo stackFrame, string message)
Parameters
| Type |
Name |
Description |
| StackFrameInfo |
stackFrame |
|
| String |
message |
|
|
Improve this Doc
View Source
LogWarning(StackFrameInfo, String)
Declaration
public void LogWarning(StackFrameInfo stackFrame, string message)
Parameters
| Type |
Name |
Description |
| StackFrameInfo |
stackFrame |
|
| String |
message |
|