类库说明文档
LogHelperLogErrorMsg Method (String, String) |
记录错误日志信息
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 LogErrorMsg( string info, string methodName )
Parameters
- info
- Type: SystemString
错误内容 - methodName
- Type: SystemString
方法名称
See Also