C# Class reExp.Utils.Log

Mostra file Open project: ren85/rextester_win

Public Methods

Method Description
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

Method Details

LogCodeToDB() public static method

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
return void

LogInfo() public static method

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