摘要:
日志管理类class LogManager{ string logFilePath=string.Empty; string logFilePrefix=string.Empth; public string LogFilePath { get{ if(string.IsNullOrEmpth(logFilePath)){if(System.Web.HttpContext==null){logFilePath =System.AppDomain.CurrentDomain.BaseDirectory;}else{logFilePath =System.AppDomain.CurrentDoma 阅读全文
posted @ 2011-01-25 10:40
gotolovo
阅读(370)
评论(0)
推荐(0)