摘要:
public class LogHelper { public static Type type; public static ILog Logger { get { ILog log = log4net.LogManager.GetLogger(type); return log; } } } public class Logger { private log4net.ILog log; public Logger() { StackTrace st = new StackTrace(1, true); StackFrame[] stFrames = st.GetFrames(); Type 阅读全文
posted @ 2013-01-31 11:52
大智若简
阅读(373)
评论(0)
推荐(0)

浙公网安备 33010602011771号