C# 클래스 Rapid_Reporter.Logger

파일 보기 프로젝트 열기: pvt10rr/pvt10twitter

공개 메소드들

메소드 설명
FileErrorMessage ( Exception ex, string title, string fileName ) : bool
record ( string message ) : void
record ( string message, string origin ) : void
record ( string message, string origin, string type ) : void

메소드 상세

FileErrorMessage() 공개 정적인 메소드

public static FileErrorMessage ( Exception ex, string title, string fileName ) : bool
ex System.Exception
title string
fileName string
리턴 bool

record() 공개 정적인 메소드

public static record ( string message ) : void
message string
리턴 void

record() 공개 정적인 메소드

public static record ( string message, string origin ) : void
message string
origin string
리턴 void

record() 공개 정적인 메소드

public static record ( string message, string origin, string type ) : void
message string
origin string
type string
리턴 void