C# 클래스 reExp.Utils.Log

파일 보기 프로젝트 열기: ren85/rextester_win

공개 메소드들

메소드 설명
LogCodeToDB ( string data, string input, string compiler_args, string result, int lang, bool is_api, bool is_success ) : void
LogInfo ( string info, Exception ex, string type ) : void

메소드 상세

LogCodeToDB() 공개 정적인 메소드

public static LogCodeToDB ( string data, string input, string compiler_args, string result, int lang, bool is_api, bool is_success ) : void
data string
input string
compiler_args string
result string
lang int
is_api bool
is_success bool
리턴 void

LogInfo() 공개 정적인 메소드

public static LogInfo ( string info, Exception ex, string type ) : void
info string
ex System.Exception
type string
리턴 void