一个日志记录类
摘要:using System;using System.IO;using System.Net;namespace Utils{public class LogWritter { // 禁止创建同时存在多个对象 private LogWritter(){} private static LogWritter m_logger = null; ...
阅读全文
posted @ 2007-05-17 16:07
posted @ 2007-05-17 16:07
posted @ 2007-05-10 15:05
posted @ 2007-04-24 17:07
posted @ 2007-04-23 16:41
posted @ 2007-04-23 16:16
posted @ 2007-04-18 10:13