Show / Hide Table of Contents

Class MSBuildLogger

Inheritance
Object
MSBuildLogger
Namespace: Xunit.Runner.MSBuild
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
Type Name Description
TaskLoggingHelper log

Properties

| Improve this Doc View Source

LockObject

Declaration
public object LockObject { get; }
Property Value
Type Description
Object
| Improve this Doc View Source

Log

Declaration
public TaskLoggingHelper Log { get; }
Property Value
Type Description
TaskLoggingHelper

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX