LogHelper.DebugInfoMsg Method

DCSoft.DBUtilityGeneric

LogHelperDebugInfoMsg Method
debug记录日志

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 DebugInfoMsg(
	string info,
	string methodName
)

Parameters

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