C# 클래스 Linguist.Log

파일 보기 프로젝트 열기: jesse99/Linguist

공개 메소드들

메소드 설명
Indent ( ) : void
Unndent ( ) : void
WriteLine ( ) : void
WriteLine ( string line ) : void

비공개 메소드들

메소드 설명
Log ( ) : System

메소드 상세

Indent() 공개 정적인 메소드

public static Indent ( ) : void
리턴 void

Unndent() 공개 정적인 메소드

public static Unndent ( ) : void
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( ) : void
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string line ) : void
line string
리턴 void