LogHelper Class

DCSoft.DBUtilityGeneric

LogHelper Class
日志帮助类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.UtilsLogHelper

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
  NameDescription
Public methodLogHelper
Initializes a new instance of the LogHelper class
Top
Methods
  NameDescription
Public methodStatic memberDebugErrorMsg(Exception, String)
debug错误日志
Public methodStatic memberDebugErrorMsg(String, String)
debug错误日志
Public methodStatic memberDebugInfoMsg
debug记录日志
Public methodStatic memberDispose
Disponse销毁对象
Public methodEquals (Inherited from Object.)
Protected methodFinalize
析构函数
(Overrides ObjectFinalize.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberLogErrorMsg(Exception, String)
记录错误日志信息
Public methodStatic memberLogErrorMsg(String, String)
记录错误日志信息
Public methodStatic memberLogInfoMsg
记录日志信息
Public methodStatic memberLogPrintOnPage
无效的方法
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also