C# 클래스 NUnitGoCore.Utils.Log

파일 보기 프로젝트 열기: elv1s42/NUnitGo

공개 메소드들

메소드 설명
Exception ( Exception exception, string exceptionMessage = "" ) : void
Exception ( Exception exception, string path, string exceptionMessage ) : void
Warning ( string warningMessage ) : void
Write ( string msg ) : void

비공개 메소드들

메소드 설명
WriteToFile ( string msg, string fileName ) : void
WriteToFile ( string msg, string fileName, string filePath ) : void

메소드 상세

Exception() 공개 정적인 메소드

public static Exception ( Exception exception, string exceptionMessage = "" ) : void
exception System.Exception
exceptionMessage string
리턴 void

Exception() 공개 정적인 메소드

public static Exception ( Exception exception, string path, string exceptionMessage ) : void
exception System.Exception
path string
exceptionMessage string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( string warningMessage ) : void
warningMessage string
리턴 void

Write() 공개 정적인 메소드

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