コード例 #1
0
        private void AddLog(string title, string state, string oriName)
        {
            string clientIp = GetHostAddress();

            CommonLog.AddCommonnLog(WorkContext.UserName, state + ":" + oriName + ":" + title, title, clientIp);
        }
コード例 #2
0
        private void AddLog(string title, string state, string oriName)
        {
            string clientIp = Request.ServerVariables.Get("Remote_Addr").ToString();

            CommonLog.AddCommonnLog(WorkContext.UserName, state + ":" + oriName + ":" + title, title, clientIp);
        }