C# 클래스 Shaolinq.AsyncRewriter.AsyncRewriterTaskLogger

상속: IAsyncRewriterLogger
파일 보기 프로젝트 열기: tumtumtum/Shaolinq

공개 메소드들

메소드 설명
AsyncRewriterTaskLogger ( Microsoft.Build.Utilities.TaskLoggingHelper log ) : Microsoft.Build.Utilities
LogError ( string text ) : void
LogMessage ( string text ) : void
LogWarning ( string text ) : void

메소드 상세

AsyncRewriterTaskLogger() 공개 메소드

public AsyncRewriterTaskLogger ( Microsoft.Build.Utilities.TaskLoggingHelper log ) : Microsoft.Build.Utilities
log Microsoft.Build.Utilities.TaskLoggingHelper
리턴 Microsoft.Build.Utilities

LogError() 공개 메소드

public LogError ( string text ) : void
text string
리턴 void

LogMessage() 공개 메소드

public LogMessage ( string text ) : void
text string
리턴 void

LogWarning() 공개 메소드

public LogWarning ( string text ) : void
text string
리턴 void