C# 클래스 TcmDebugger.Misc.Logger

파일 보기 프로젝트 열기: mvlasenko/TridionVSRazorExtension

공개 메소드들

메소드 설명
Log ( TraceEventType logType, String message ) : void
WrapString ( String input, int wrapLength ) : IEnumerable

메소드 상세

Log() 공개 정적인 메소드

public static Log ( TraceEventType logType, String message ) : void
logType TraceEventType
message String
리턴 void

WrapString() 공개 정적인 메소드

public static WrapString ( String input, int wrapLength ) : IEnumerable
input String
wrapLength int
리턴 IEnumerable