JHLogger.WriterExecute Method (Exception)

DCSoft.DBUtilityGeneric

JHLoggerWriterExecute Method (Exception)
针对 Exe 程序写入日志,日志存放在 Exe 程序启动目录下的 Logger 文件夹下 文件存放方式:Exe 根目录/Logger/当前年份/当前年份-当前月份/当前年-月-日.txt 示例:F:\Exe程序\Logger\2012\2012-02\2012-02-15.txt

Namespace: DCSoft.Utility
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static void WriterExecute(
	Exception exception
)

Parameters

exception
Type: SystemException
异常对象
See Also