C# 클래스 J9Updater.FileTransferSvc.Logging

파일 보기 프로젝트 열기: zlphoenix/LearnCSharp

공개 프로퍼티들

프로퍼티 타입 설명
sw Stopwatch

공개 메소드들

메소드 설명
Debug ( string msg ) : void
Error ( string msg ) : void
Info ( string msg ) : void
LogUsefulException ( Exception ex ) : void

비공개 메소드들

메소드 설명
Write ( string msg ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( string msg ) : void
msg string
리턴 void

Error() 공개 정적인 메소드

public static Error ( string msg ) : void
msg string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string msg ) : void
msg string
리턴 void

LogUsefulException() 공개 정적인 메소드

public static LogUsefulException ( Exception ex ) : void
ex System.Exception
리턴 void

프로퍼티 상세

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

public static Stopwatch sw
리턴 Stopwatch