C# 클래스 JryVideo.Core.Log

파일 보기 프로젝트 열기: Cologler/JRYVideo

공개 메소드들

메소드 설명
BeginWrite ( string log ) : void
WriteAsync ( string log ) : System.Threading.Tasks.Task
WriteLine ( string log ) : void

메소드 상세

BeginWrite() 공개 정적인 메소드

public static BeginWrite ( string log ) : void
log string
리턴 void

WriteAsync() 공개 정적인 메소드

public static WriteAsync ( string log ) : System.Threading.Tasks.Task
log string
리턴 System.Threading.Tasks.Task

WriteLine() 공개 정적인 메소드

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