Table of Contents

Interface IMvcLog

Namespace
HeBianGu.Service.Mvc
Assembly
HeBianGu.Service.Mvc.dll

用于注入日志的接口

public interface IMvcLog
Extension Methods

Methods

ErrorLog(string, string)

void ErrorLog(string title, string message)

Parameters

title string
message string

OutPutLog(string, string)

void OutPutLog(string title, string message)

Parameters

title string
message string

RunLog(string, string)

void RunLog(string title, string message)

Parameters

title string
message string