LogHelper.DebugErrorMsg Method (String, String)

DCSoft.DBUtilityGeneric

LogHelperDebugErrorMsg Method (String, String)
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 DebugErrorMsg(
	string info,
	string methodName
)

Parameters

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