C# 클래스 Editor.Scheduler.Logs

파일 보기 프로젝트 열기: RIATEAM/MYSTIC

공개 프로퍼티들

프로퍼티 타입 설명
LOG System.IO.StreamWriter

공개 메소드들

메소드 설명
Dispose ( ) : void
Start ( string type ) : void
Write ( string s ) : void
WriteLine ( string s ) : void

메소드 상세

Dispose() 공개 정적인 메소드

public static Dispose ( ) : void
리턴 void

Start() 공개 정적인 메소드

public static Start ( string type ) : void
type string
리턴 void

Write() 공개 정적인 메소드

public static Write ( string s ) : void
s string
리턴 void

WriteLine() 공개 정적인 메소드

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

프로퍼티 상세

LOG 공개적으로 정적으로 프로퍼티

public static StreamWriter,System.IO LOG
리턴 System.IO.StreamWriter