类库说明文档
LogHelper Class |
日志帮助类
Inheritance Hierarchy
Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public class LogHelper
The LogHelper type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
DebugErrorMsg(Exception, String) |
debug错误日志
| |
DebugErrorMsg(String, String) |
debug错误日志
| |
DebugInfoMsg |
debug记录日志
| |
Dispose |
Disponse销毁对象
| |
Equals | (Inherited from Object.) | |
Finalize |
析构函数
(Overrides ObjectFinalize.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LogErrorMsg(Exception, String) |
记录错误日志信息
| |
LogErrorMsg(String, String) |
记录错误日志信息
| |
LogInfoMsg |
记录日志信息
| |
LogPrintOnPage |
无效的方法
| |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also