C# 클래스 StatusService.Log

파일 보기 프로젝트 열기: SteamDatabase/SteamMonitor

공개 메소드들

메소드 설명
WriteError ( string log ) : void
WriteInfo ( string log ) : void
WriteStatus ( string log ) : void

비공개 메소드들

메소드 설명
WriteLine ( string log ) : void

메소드 상세

WriteError() 공개 정적인 메소드

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

WriteInfo() 공개 정적인 메소드

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

WriteStatus() 공개 정적인 메소드

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