C# Class Microsoft.Build.BuildEngine.LogExtensions

ファイルを表示 Open project: kumpera/mono

Public Methods

Method Description
FormatString ( string unformatted ) : string
LogError ( this engine, string message ) : void
LogError ( this engine, string subcategory, string errorCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message ) : void
LogErrorFromException ( this engine, Exception e ) : void
LogErrorFromException ( this engine, Exception e, bool showStackTrace ) : void
LogMessage ( this engine, MessageImportance importance, string message ) : void
LogMessage ( this engine, string message ) : void
LogMessageFromText ( this engine, string lineOfText, MessageImportance importance ) : bool
LogWarning ( this engine, string message ) : void
LogWarning ( this engine, string subcategory, string warningCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message ) : void
LogWarningFromException ( this engine, Exception e ) : void
LogWarningFromException ( this engine, Exception e, bool showStackTrace ) : void

Private Methods

Method Description
LogErrorFromException ( this engine, Exception e, bool showStackTrace, bool showDetail, string file ) : void

Method Details

FormatString() public static method

public static FormatString ( string unformatted ) : string
unformatted string
return string

LogError() public static method

public static LogError ( this engine, string message ) : void
engine this
message string
return void

LogError() public static method

public static LogError ( this engine, string subcategory, string errorCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message ) : void
engine this
subcategory string
errorCode string
helpKeyword string
file string
lineNumber int
columnNumber int
endLineNumber int
endColumnNumber int
message string
return void

LogErrorFromException() public static method

public static LogErrorFromException ( this engine, Exception e ) : void
engine this
e System.Exception
return void

LogErrorFromException() public static method

public static LogErrorFromException ( this engine, Exception e, bool showStackTrace ) : void
engine this
e System.Exception
showStackTrace bool
return void

LogMessage() public static method

public static LogMessage ( this engine, MessageImportance importance, string message ) : void
engine this
importance MessageImportance
message string
return void

LogMessage() public static method

public static LogMessage ( this engine, string message ) : void
engine this
message string
return void

LogMessageFromText() public static method

public static LogMessageFromText ( this engine, string lineOfText, MessageImportance importance ) : bool
engine this
lineOfText string
importance MessageImportance
return bool

LogWarning() public static method

public static LogWarning ( this engine, string message ) : void
engine this
message string
return void

LogWarning() public static method

public static LogWarning ( this engine, string subcategory, string warningCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message ) : void
engine this
subcategory string
warningCode string
helpKeyword string
file string
lineNumber int
columnNumber int
endLineNumber int
endColumnNumber int
message string
return void

LogWarningFromException() public static method

public static LogWarningFromException ( this engine, Exception e ) : void
engine this
e System.Exception
return void

LogWarningFromException() public static method

public static LogWarningFromException ( this engine, Exception e, bool showStackTrace ) : void
engine this
e System.Exception
showStackTrace bool
return void