LogHelper.LogInfoMsg Method

DCSoft.DBUtilityGeneric

LogHelperLogInfoMsg Method
记录日志信息

Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static void LogInfoMsg(
	string info,
	string methodName
)

Parameters

info
Type: SystemString
内容
methodName
Type: SystemString
方法名称
See Also