Interface IMvcLog
用于注入日志的接口
public interface IMvcLog
- Extension Methods
Methods
ErrorLog(string, string)
void ErrorLog(string title, string message)
Parameters
OutPutLog(string, string)
void OutPutLog(string title, string message)
Parameters
RunLog(string, string)
void RunLog(string title, string message)