C# 클래스 BlogTalkRadio.Tools.CFT.TraceTransformationLogger

Logs the output of the transformation task to the System.Diagnostics.Trace.
상속: IXmlTransformationLogger
파일 보기 프로젝트 열기: benjamine/CFT

공개 메소드들

메소드 설명
EndSection ( MessageType type, string message ) : void

Ends the section.

EndSection ( string message ) : void

Ends the section.

LogError ( string message ) : void

Logs the error.

LogError ( string file, int lineNumber, int linePosition, string message ) : void

Logs the error.

LogError ( string file, string message ) : void

Logs the error.

LogErrorFromException ( Exception ex ) : void

Logs the error from exception.

LogErrorFromException ( Exception ex, string file ) : void

Logs the error from exception.

LogErrorFromException ( Exception ex, string file, int lineNumber, int linePosition ) : void

Logs the error from exception.

LogMessage ( MessageType type, string message ) : void

Logs the message.

LogMessage ( string message ) : void

Logs the message.

LogWarning ( string message ) : void

Logs the warning.

LogWarning ( string file, int lineNumber, int linePosition, string message ) : void

Logs the warning.

LogWarning ( string file, string message ) : void

Logs the warning.

StartSection ( MessageType type, string message ) : void

Starts the section.

StartSection ( string message ) : void

Starts the section.

메소드 상세

EndSection() 공개 메소드

Ends the section.
public EndSection ( MessageType type, string message ) : void
type MessageType The type.
message string The message.
리턴 void

EndSection() 공개 메소드

Ends the section.
public EndSection ( string message ) : void
message string The message.
리턴 void

LogError() 공개 메소드

Logs the error.
public LogError ( string message ) : void
message string The message.
리턴 void

LogError() 공개 메소드

Logs the error.
public LogError ( string file, int lineNumber, int linePosition, string message ) : void
file string The file.
lineNumber int The line number.
linePosition int The line position.
message string The message.
리턴 void

LogError() 공개 메소드

Logs the error.
public LogError ( string file, string message ) : void
file string The file.
message string The message.
리턴 void

LogErrorFromException() 공개 메소드

Logs the error from exception.
public LogErrorFromException ( Exception ex ) : void
ex System.Exception The ex.
리턴 void

LogErrorFromException() 공개 메소드

Logs the error from exception.
public LogErrorFromException ( Exception ex, string file ) : void
ex System.Exception The ex.
file string The file.
리턴 void

LogErrorFromException() 공개 메소드

Logs the error from exception.
public LogErrorFromException ( Exception ex, string file, int lineNumber, int linePosition ) : void
ex System.Exception The ex.
file string The file.
lineNumber int The line number.
linePosition int The line position.
리턴 void

LogMessage() 공개 메소드

Logs the message.
public LogMessage ( MessageType type, string message ) : void
type MessageType The type.
message string The message.
리턴 void

LogMessage() 공개 메소드

Logs the message.
public LogMessage ( string message ) : void
message string The message.
리턴 void

LogWarning() 공개 메소드

Logs the warning.
public LogWarning ( string message ) : void
message string The message.
리턴 void

LogWarning() 공개 메소드

Logs the warning.
public LogWarning ( string file, int lineNumber, int linePosition, string message ) : void
file string The file.
lineNumber int The line number.
linePosition int The line position.
message string The message.
리턴 void

LogWarning() 공개 메소드

Logs the warning.
public LogWarning ( string file, string message ) : void
file string The file.
message string The message.
리턴 void

StartSection() 공개 메소드

Starts the section.
public StartSection ( MessageType type, string message ) : void
type MessageType The type.
message string The message.
리턴 void

StartSection() 공개 메소드

Starts the section.
public StartSection ( string message ) : void
message string The message.
리턴 void