C# 클래스 Seringa.Engine.Implementations.Loggers.ExceptionLogger

파일 보기 프로젝트 열기: paratechnical/Seringa

공개 메소드들

메소드 설명
Write ( String fileLocation, Exception exception ) : void

Method to log a exception into a textfile.

메소드 상세

Write() 공개 정적인 메소드

Method to log a exception into a textfile.
public static Write ( String fileLocation, Exception exception ) : void
fileLocation String File that will be writen
exception System.Exception Exception to be logged
리턴 void