C# Class reExp.Utils.Log

Afficher le fichier Open project: ren85/rextester_win

Méthodes publiques

Méthode 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 méthode

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
Résultat void

LogInfo() public static méthode

public static LogInfo ( string info, Exception ex, string type ) : void
info string
ex System.Exception
type string
Résultat void